Process arguments for Automation of Unallocated Receipts on Demand
This table shows the process arguments for M3UnallocatedReceiptsOnDemand in RPA:
| Process argument | Description | Sample value |
|---|---|---|
| customerName | Value picked from H5 script | n/a |
| configurationFolder | Specify the internal working path where all scanned documents are placed along with the Logs, Success, and Failure Folders.
Ensure that you or the robot have access to the computer drive or server, and have no restrictions to create files and directories. |
C:\Payment_Reminder |
| payerName | Value picked from H5 script | n/a |
| tenantID | Prefix of the current tenant. Follow the value format. | https://mingle-cqa-ionapi.cqa.inforcloudsuite.com/Tenant URL/ |
| customer | Value picked from H5 script | n/a |
| userIdentifier | If you set the distributionType to USER, you must specify the value in Security User GUID for the user. You can find this value in . This user receives an ION Notification in the M3 Inbox when the RPA process is finished.
If you set the distributionType to GROUP, you must specify the name of the user group created in . Users connected to this group receive an ION Notification in the M3 Inbox when the RPA process is finished.
Note: You must have the UserAdmin role to access this information.
|
UnallocatedReceipts
e39b4084-6ae6-4e28-aqb8-23175b14f67p |
| bankIdentifier | Value picked from H5 script | n/a |
| pid | IDM document PID. This value is unique for each document attached to IDM. | MDS_GenericDocument-2742-1-LATEST |
| logLevel | When the RPA process runs, it creates one log file per day in the Logs folder inside the configuration folder. The file is named JobsResults[yyyymmdd].txt.
Types of logging:
|
INFO DEBUG NONE |
| company | Value picked from H5 script | n/a |
| distributionType | Specify one of these values to define the recipient of the ION Notification after each RPA process completes:
|
USER
or GROUP |
| payer | Value picked from H5 script | n/a |
| division | Value picked from H5 script | n/a |
| sendEmail | To receive an email notification, specify TRUE. Otherwise, specify FALSE. | TRUE
or FALSE |
| sendNotification | To receive a notification for each receipt, specify TRUE. Otherwise, specify FALSE. | TRUE
or FALSE |