You must add the appropriate Insight code changes to the codeunit design. Carefully editing codeunit 44 can preserve any changes that have already been made to it.
The file COD44.txt resides in the NAS working directory subfolder that holds the Dynamics NAV localization, database version, and build, for example: ..\Microsoft Dynamics NAV\70\Service\Add-Ins\Scribe\ScribeModifications\W1.7.00.33781.
To edit the codeunit, use the .txt file that matches your version of Microsoft Dynamics NAV. TIBCO suggests that you review COD44.txt before editing codeunit 44.
To edit codeunit 44
After:
CASE Parameter OF
'JOBQUEUE':
CODEUNIT.RUN(CODEUNIT::"Job Queue - NAS Start Up");
Add:
//*****SCRIBE BEGINS*****
'SCRIBE':
CODEUNIT.RUN(CODEUNIT:: "Scribe Adapter Hooks");
//*****SCRIBE ENDS*****
Make a note of the codeunit's new revision level.
See also
Editing the codeunits — Dynamics NAV 2013