Hello,
I am trying to auto generate random ID where the Customer will input several orders on the second screen. I want to show the ID on all screen and at the end display on a table the orders and the full order ID as shown below.
Main (Screen 1):
- Two sections, Top section is to receive the data and display it and open order request. Bottom section is to display the end result data on a table.
Main_View (Screen 2):
- Two sections, Top section is to display data ontop including the ID. Bottom section is a table and a button to add Items (Order).
Detail (Screen 3):
- Input Title and attachments. Will display the Order ID again
Steps:
step 1: Receive all information then click create
step 2: it should show the auto generated ID
Step 3: On screen 2, input data but the ID will display as it recalls it from screen 1 (can't be edited)
Step 4: Submit for Approval
Step 5: Directed back to Screen 1 and display on a table below of each order and the same ID number for all orders.
I hope someone can help me. I am just unable to generate the ID while displaying on a table and every single screen. If my question or request does not make any sense then please do ask.