Process arguments for Delivery Note Processing from Email
This table shows the required process arguments in RPA Assistant or RPA Management:
Process argument | Description | Data type | Sample value |
---|---|---|---|
arg_in_IONAPI | Specify the URL to connect to the ION API. | string | https://mingle-ionapi.inforcloudsuite.com/tenantURL/ifsservice/usermgt/v2/users/me |
arg_in_tenantID | Specify the tenant ID for configuring the RPA process. | string | https://mingle-ionapi.inforcloudsuite.com/tenantURL/ |
arg_in_projectPath | Specify the path for the RPA project folder. | string | \AppData\Local\InforRPA\M3PurchaseOrderConfirmation |
arg_in_processEmails | Specify whether the purchase orders from emails are processed. | boolean | TRUE |
arg_in_enableMessageBoxes | Specify whether the message box based on the value provided is enabled. | boolean | False |
arg_in_POSource | Specify the source of the processing of purchase order capture by email or by folder. | string | OutlookClientEmail |
arg_in_distributionType |
Defines the recipient of the ION notification after the RPA process is complete. Specify USER for a specific user to receive the notification, or GROUP for a user group to receive the notification. |
string | USER
or GROUP |
arg_in_directoriesNames | Specify the directory names to configure working folders. | string | Failure|InProgress|Success|Logs |
arg_in_authUser | Specify the user authorized for purchase order creation. | string | SUPPLIERAUTHUSER |
arg_in_extractFromWidgetDatalake | Specify whether data is extracted for reprocessing in Data Lake. | boolean | True |
arg_in_imsAPIUrl | Specify the IMS API endpoint for matching purchase orders. | string | https://mingle-ionapi.inforcloudsuite.com/tenantURL/IONSERVICES/api/ion/messaging/service/v2/message |
arg_in_maxNotReceivedCount | Specify the number of items to select for reprocessing. | integer | 5 |
arg_in_logFolderName | Specify the name of the folder where logs are stored. | string | Logs |
arg_in_emailFolder | Specify the email folder designated for RPA to retrieve emails. | string | PO_DeliveryNote |
arg_in_configurationFolder | Specify the path to the working directory. | string | C:\PODeliveryNote |
arg_in_datalakeAPILogicalID | Specify the logical ID to make Data Lake API calls. | string | infor.ims.imsfromrpastudio |