Microsoft Dynamics NAV Documentation
Connection properties
Property | Description |
---|---|
Connection No. |
Identifier of the connection |
Process Code |
Defining the Process allowes to use the Initialize functionality for retrieving the list of Parameters used in the External Document |
Description |
An optional description |
Run in JobQueue |
Runs the connection in the Job Queue (Does not apply to the Post-Processor, which will always run in the Job Queue) |
Job Queue Category Code |
Address available Job Queue Category for Job Queue handling |
Run in JobQueue
This option creates the possibility to run connections asynchronously from the NAV Anywhere framework, this is especially useful when a connection takes a while to complete. This can occur when a posting routine or another heavy transaction is part of the connection. It will only apply to the Document mapping and record generation. The Post Processor Codeunit will always be triggered by the Job Queue.
If using the Job Queue is absolutely not possible, then NAV Anywhere can fall back on the Post Processing functionality on the Button. The requirements of the Codeunit can be found in the Configuration Guide with the Button Properties and are not compatible with the functionality running with the Job Queue. Select the Post Processing Codeunit No. on the button where the Connection is used.