User parameters for Bill of Lading Digitization
This table shows the required arguments to run this solution:
User argument | Description | Data type | Sample value |
---|---|---|---|
configurationFolder | This parameter defines the internal working path where all scanned documents are placed along with the Logs, Success, and Failure Folders.
Ensure that you have access to the computer drive or server, and have no restrictions to create files and directories. |
string | C:\...\ M3BillOfLading (local)
\\NetworkAddress\..\M3BillOfLading (remote) |
accountingEntity | This parameter is an accounting entity of M3.
Concatenates the company and division values "company_division" |
string | 100_AAA |
distributionType | This parameter determines the recipient of an ION Notification generated after the RPA process execution is complete. Set this to USER for a specific user to receive the notification or to GROUP for a user group to receive the notification. | string | USER or GROUP |
userIdentifier | If the distributionType is set to USER, the value in Security User GUID for the user must be configured. The value is found in If distributionType is set to GROUP, the name of the user group created in must be configured. Users connected to this group receives an ION Notification in M3 Inbox when the RPA process is finished.
Note: UserAdmin role is required to access this information.
|
. This user receives an ION Notification in the M3 Inbox when the RPA process execution is finished.
string |
GUID or Group xxxx-xxxxx-xxxxx/AdminGroup |
logLevel | When RPA process is executed, it creates one log file per day named as JobsResults[yyyymmdd].txt in a Logs folder inside configurationFolder.
Types of logging:
|
string |
INFO DEBUG NONE |
msgBoxLevel | When RPA process is processed, it can trigger pop-up messages to inform user about the process and eventual errors. It must not be activated in case of unattended mode execution as it will result in the process not being able to continue after the first pop-up message box is triggered.
Types of messages:
|
string |
NONE INFO DEBUG |