This batch job processes XML documents from the document queue in Microsoft Dynamics NAV. The document queue contains request documents that have been submitted from a mobile device to Microsoft Dynamics NAV. Each request document is defined by a document type that specifies a processing codeunit and a process type. If the request document is set to be processed directly when it is received, the codeunit that manages the document queue calls the Mobile Document Processor batch job, which then calls the codeunit that is specified for this type of request document. If the request document is set to be processed later, and you have scheduled codeunit 8702 Mobile Document Processor to run as a scheduled job, the codeunit calls the Mobile Document Processor batch job to process all new documents in the document queue.

Expand imageOptions

Expand imageSee Also