This is a botflow which can be used to pull PO (Purchase orders) from your JDE environment. This botflow is a little bit different than a standard botflow, it has no payload fields but can still be executed. Press the Submit button to execute the payload and get back the table response.
The response will be showed in a modal containing all the returned records from the orchestration. In the table we can specify what actions can be executed. In the current botflow we have two options export data and execute another botflow with data from the current one. For the sake of the demo we are going to select Grid Action DEMO_EDIT_PO
This will take us to our associated (linked) botflow DEMO_EDIT_PO with information from the row containing the icon button.
As you can see the first two fields Purchase Order Number and Purchase Order Type are disabled(not editable) and populated with values from the row that was holding the icon. This allows our users to connect at first glance simple botflows and create a complex flows. Lets continue filling the fields. For PO Remark we must provide some value and the maximum length can be 25 symbols, it is a text field, so any text is applicable. The same applies for PO Description they differ in max length restriction only.
For PO Qty we can provide any number the only validation is that a value must be provided. Also we can add multiple lines with the plus sign.