User arguments for Expense Invoice Processing
- CompanyNumber
-
The code of the Infor Distribution SX.e company. For example, 1000.
- configurationFolder
-
The folder where temporary Expense invoices, and logs are saved. For example (server-based), C:\ExpenseInvoiceProcessing.
When the automation runs in a cloud-based environment (serverless), the folder path must begin with /tmp/. For example (serverless), /tmp/ExpenseInvoiceProcessingIDPV2.
- emailAccount
- The email account as displayed in the Outlook client.
- emailFolder
- The name of the email folder that RPA must access to read the PDFs received from the customer. For example, ExpenseInvoiceProcessing.
- enableMessageBoxes
-
Indicate whether to debug the message box. Possible values:
- True
- False
- ErrorNotificationMailIDs
- The email address of the user to whom a notification is sent when an error occurs during the automation process.
- numberOfEmails
- The maximum number of unread emails to process in each run.
- oneDriveLogFolder
- The location where automation process log files are stored. For example, ExpenseInvoiceProcessingLogs.
- userIdentifier
- The name of the ION group name if distributionType is set to Group. The GUID of the user if distributionType is set to User.