User parameters for Supplier Agreement Processing from Email
This table shows the required arguments to run the solution:
User argument | Description | Data type | Sample value |
---|---|---|---|
emailSource | 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 | SupplierAgreements |
numberOfEmails | Defines the maximum number of unread emails that are processed in each run. | integer | 100 |
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:\SupplierAgreement |
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 supplier agreement. | boolean | True
or False |
company | Specify the M3 Company. | string | 770 |
SupplierAgreementFolder | Defines the internal working path where supplier agreement documents are accessed and read. | string | C:\PurchaseAgreement |
agreementType | Specify the type of agreement. | string | A01,001-Normal Document |