Showing posts with label Publishing. Show all posts
Showing posts with label Publishing. Show all posts

Wednesday, 16 September 2015

Publishing the Jet Data Source Codeunit to the Web Service

Microsoft Dynamics NAV 2015 includes a "Jet Data Source" codeunit which must be published to enable Jet Essentials or Jet Express to operate. This can be published using the Microsoft Dynamics NAV Role Tailored Client (RTC).

To publish this code unit, inside the RTC go to Departments > Administration > IT Administration > General and select Web Services.

JetExcel-4
Publish the Jet Data Source code unit by selecting New from the Web services ribbon

  • Object Type: Codeunit

  • Object ID: 14125500

  • Service Name: Jet Data Source

  • And check the box to publish.

  • Click OK


Checkout Upcoming posts for more information.

Installing and Publishing the Jet Business Objects on the Microsoft Dynamics Server

To install the .fob file open the Microsoft Dynamics NAV Development Environment and then connect to the database.

  • Open the Object Designer (on the Tools menu, choose Object Designer)

  • Import the .fob file (on the File menu, choose Import)

  • Locate the import file (Jet Reports Objects.fob), and then choose Open.

  • The .fob file includes modified objects. When prompted choose Yes to import all objects.

  • Verify that no objects are to be skipped. Objects are skipped if the version of the object in the database is later than the one in the .fob file.

  • Choose the OK button to import the .fob file.


The .fob file installs a set of business objects in the range of 14125500-14125504 and Table 14125600.
JetExcel-3
Jet Express users must have Read, Insert, Modify, Delete (RIMD-) permissions to Table 4125600 “Jet Cancellation”.

Checkout upcoming posts for more information.