How Can We Help?
Answer
To use the file monitor functionIs a Stream Objects that performs mathematical and statistical operations. of XMAutomate requires three areas of setup.
The first being the XML/CSV source file, a sample follows:
<Customer> <Details> <FirstName>Tommmmmy</FirstName> <LastName>Banks</LastName> </Details> </Customer>
Note: When using XML a root node is REQUIRED.
The second is the activityA specific step in a process. It will be the user interface for that step (web form or a screen), for example, the Leave Application (screen interface or web form) will be the first Activity in the Leave Requisition process. The Leave Application Authorization will be the second step or Activity in the Leave Requisition process. One Process can have multiple activities. that will be triggered:
Note: The file attachment object is required to load the original document (can be access through the process as required).
The third being the XMAutomate configuration setting:
The file prefix can be used to separate different XMAutomate activities depending on the requirements (Can be left blank).
Note: The groupnode being used in reference to the source XML file. RepeatingNode is used when populating an object group using a common node in the XML.
Comments are closed.