Thursday, June 27, 2019

Document Routing Agent D365FO

Document Routing Agent is an application which enables network printing scenarios in Dynamics 365 for Finance and Operations. It basically manages the spooling of documents to network printer devices.
Install/Configure Document Routing Agent:
Navigate for network printers page 
-> Organization administration > Setup > Network printers
       -> Options tab, in the Application group, 
       -> click -> Download document routing agent installer.
-> Once downloaded an executable file double click to install it on system.
-> Close all browser
-> Run -> Document Routing Agent
      -> Click -> Setting 
                  -> Enter Application Id, AAD tenant, D365 URL
-> Sign In Document Routing Agent using Credentials
-> On Document Routing Agent
      -> Click -> Printers
      -> Navigate to Network Printer
      -> Edit and Make Active to YES for necessary printers

Note:
'Microsoft Dynamics 365 Document Routing Service' service should run under "Domain admin user"

No comments:

Post a Comment

Convert Call stack to readable format in D365FO X++

//Input --container _xppCallStack = xSession::xppCallStack();  Public static str POL_formatXppCallStack(container _xppCallStack, int _skipFr...