Hey,
We appreciate the kind words!
There’s a few different ways to achieve this. The route with the least overhead is to add a RadioBox object to the FieldService_AddEditWorkOrder screen. When choosing the Step in the RadioBox it populates the screen accordingly.
For this setup:
- Add a RadioBox
- In the RadioBox add the 6 steps to choose from
- Now in the RadioBox you will be working with “Selection Change” conditional statements actions.
For example:
Start Conditional Statement:
Value From Screen (RadioBox) = Step One
Enter Value into Field On Screen - Field 'Job Name': “Step One”
End Conditional Statement
- Within this Conditional Statement block you will be adding all your “Enter Value into Field On Screen” actions to update the fields according to the chosen step.
To summarize the flow:
You choose a Step in the RadioBox > Fill up values on screen according to the chosen step in RadioBox.
If you would rather work with Buttons on the Work Order List screen, we can set that up as well. This route will utilize SharedResults.
-- Mortaza