User parameters for Customer Letter Check and Letter Draft Scanning
This table shows the required arguments to run the solution:
User argument | Description | Data type | Sample value |
---|---|---|---|
numberOfEmails | Defines the maximum number of unread emails that are processed in each run. | integer | 100 |
emailType | Specify if emails are read from Outlook Client using the Graph API. | string | OutlookClient
or GraphEmail |
emailAccount | Specify the email account displayed in the Outlook client. | string | rpa@infor.com |
emailFolder | Email folder designated for RPA to retrieve emails. | string | CheckAndDrafts |
checkAndDraftFolder | Local folder designated for RPA to retrieve checks and letter drafts.
Note: You must create this folder before running the RPA process.
|
string | C:\CheckandDraft |
configurationFolder | Defines the internal working path where all documents and logs are placed.
Ensure that you have access to the computer drive or server, and have no restrictions to create files and directories. |
string | C:\StandardCheckandDraft |
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 |
userIdentifier |
If the distributionType is set to USER, you must specify the Security User GUID for the user. You can find the value in .If the distributionType is set to GROUP, you must specify the name of the user group created in .
Note: A user with the UserAdmin role is required to access this information.
|
string | APGROUP |
sendEmail | Specify if an email notification is sent for each check or letter draft. | boolean | True
or False |
tenantUrl | Specify the tenant URL used to log in and perform the M3 transaction. | string | https://mingle-ionapi.inforcloudsuite.com/TenantURL/ |
tenantUsername | Specify the username of the user in the tenant. | string | rpa@infor.com |
tenantPassword | Specify the password of the user in the tenant. | string | Sample@123 |