What is the Functionality and working of Documents status (Documents Ready,Documents validate, Documents error, Documents processed and Documents error handled) in Galaxy flow in Microsoft Dynamics AX 2009.
What is the Functionality and working of Documents status (Documents Ready,Documents validate, Documents error,
Share
Document status is a property of a document in the
Document libraryof Galaxy.Status:
A document is usually created in the first flow line, being read from a file or an ODBC connection. The document will then have status
Ready.The second flow line will then consume the document, most like by using the media
Axapta DBto insert or update the records of an AX table. The document will then have statusProcessed(if succesful).