UiPath - AuraPlayer Integration - Oracle EBS Business RPA Templates Follow
AuraPlayer includes RPA Templates of common EBS business flows that can be integrated seamlessly within UiPath.
This document explains each RPA Template and its parameters. In order to learn more about the integration between Ui UiPath and AuraPlayer read the doc UiPath - AuraPlayer Integration - How to use the Plugin.
NOTE: Any RPA Template can be changed and customized to your specific needs and customization.
Initial Step
Before using any AuraPlayer RPA. It is required to download UiPath/AuraPlayer plugin from this link,
install AuraPlayer Plug-in in UiPath as described in UiPath - AuraPlayer Integration - How to use the Plugin.
General Ledger Add Journals
Steps:
- Select AuraPlayer plug-in button in UiPath top toolbar.
- Select RPAUP_GL_add_journals - it will a create a sequence in UiPath with this RPA.
- Drag and drop APCsvFileToString activity as the first step of the sequence.
- Set the file path of Journals_lines.csv as input csv_file of APCsvFileToString activity.
- Define the String variable fileStr and set it as the output CSVString of APCsvFileToString activity.
- Use the following arguments for the RPA:
- Save and execute the sequence you have just created.
Sample .csv file:
Add Sales Order with one line item
Steps:
- Select AuraPlayer plug-in button in UiPath top toolbar.
- Select RPAUP_createSalesOrderOneLine - it will a create a sequence in UiPath with this RPA
- Use the following arguments for the RPA:
- Save and execute the sequence you have just created.
Add Sales Order with many lines items
Steps:
- Select AuraPlayer plug-in button in UiPath top toolbar.
- Select RPAUP_createSalesOrder - it will a create a sequence in UiPath with this RPA.
- Drag and drop APCsvFileToString activity as the first step of the flow.
- Set the file path of invoiceLines_header.csv as input csv_file of APCsvFileToString activity.
- Define the String variable fileStr and set it as the output CSVString of APCsvFileToString activity.
- Use the following arguments for the RPA:
- Save and execute the sequence you have just created.
Sample .csv file:
Comments
0 comments
Please sign in to leave a comment.