General Startup Information
The following actions must be performed once before the service is started.
Activation of the NAV Application Server (NAS)
The NAV administrator must activate the NAV Application Server (NAS). Configuration of NAS is carried out through the "Microsoft Dynamics NAV Administration" program.
This is where the settings shown the Action Buttons page need to be configured to allow codeunit 50006, which is responsible for the NAS service, to run in the background.
The service must then be re-started. Check the box NAS active in the Therefore™ main menu under Base Setup.
The active time periods for NAS can also be configured as required (see user documentation, section 3.2).
Registration of the .NET assembly
Registration of the dynamic program library must performed once in table 2000000069 (Client Add-n). In this table, the DLL name (Control element Add-In) and the token for the public key must be entered into the list of control elements.
Alternatively, the Codeunit 99990 (01.Setup Client Add-In) can be run to make an insert in the table above. In this case, the respective DLL names and the token for the public key must be entered into the code of codeunit 99990 (OnRUN()-Trigger) for the hard-coded variables 'strName' and 'strKey'.