Creating calculated fields
Archived
3 Tasks
15 mins
Scenario
The MyTown mayor and the services coordinator want to track the amount of time that crews spend on repair phases. New fields in the Perform Repair step must track setup, repair, cleanup, and total time for each repair. The Review Repair step must display the times as well.
The following table provides the credentials you need to complete the challenge.
Role | User name | Password |
---|---|---|
Application Developer | author@mytown | pega123! |
Challenge Walkthrough
Detailed Tasks
1 Add fields to the Perform repair step
- In the App Studio navigation pane, click Case types > Service Request to display the Service Request case life cycle.
- In the Service request case type, on the Workflow tab, select the Perform repair step.
- In the contextual property pane to the right, click .
- Under the Field entry row, click + Add field.
- In the Field name field, enter Setup time to name the field.
- From the Type drop-down, select Integer.
- Click Submit & add another.
- Repeat steps 5-7 to create integer fields named Repair time, Cleanup time, and Total time.
Field name Type Repair time Integer Cleanup time Integer Total time Integer - Click Submit after adding Total time.
- From the Options drop-down, select Required for Setup time, Repair time, and Cleanup time.
- From the Options drop-down, select Calculated (read-only) for Total time.
- To the right of the Total time field row, click the Gear icon to open the Calculation configuration window.
- From the Function drop-down, select Custom.
- In the empty field, enter .SetupTime + .RepairTime + .CleanupTime.
- In the entry box, click to close the entry box and record the calculation.
- Click Workflow tab of the case life cycle. to record the new fields and return to the
- Click to save your changes in the case life cycle.
2 Add read-only fields to the Review repair step
- In the Service Request case type, on the Workflow tab, select the Review repair step.
- In the contextual property pane to the right, click Configure view.
- In the left pane, click Fields to expand the Fields list.
- In the list of fields, hover your pointer to the right of the Setup time field to display a Plus icon.
- Click the Plus icon to add the Setup time field to the view list.
- Repeat steps 4-5 to add the Repair time, Cleanup time, and the Total time fields.
- From the Options drop-down, select Read-only for the Setup time, Repair time, and the Cleanup time fields.
Note: The Total time field is already Read-only and does not require configuration.
- Click Submit to record the changes.
- Click Save to save your changes to the case life cycle.
3 Confirm your work (section not graded)
- In the Service Request case type, on the Workflow tab, click Save and run to create a new service request case.
- Complete any required fields and advance past the Request updates view.
- In the upper-left, click to display the change stage options.
- Verify the Next stage displays Resolution as the target stage.
- Click Submit to advance to the Perform repair step of the Resolution stage.
- In the Setup time field, enter 10 as the number of minutes spent setting up a repair.
- In the Repair time field, enter 80 as the number of minutes spent performing the repair.
- In the Cleanup time field, enter 30 as the number of minutes spent cleaning up the site after the repair.
- Tab or click out of the Cleanup time field to allow the calculation to execute and provide a total. In this case, the amount in the Total repair time field is 120.
- Click to move to the Review repair approval step.
- Confirm the time entry fields display as read-only fields with the numbers you entered in steps 6-8.