Scenario
Show when a Project is set to Closed. In order to do this, a Custom Entity Field must be created on the Project Record to auto-populate this field with the date when the Project Status is set to Closed.
Solution
- Create Custom Entity Field
- Navigate to Customization > Lists, Records, & Fields > Entity Fields > New
- Label: Enter Value
Example: Date Closed - ID: Enter Value
- Type: Select Date
- Store Value: Remove Checkmark
- Click Applies To
- Job: Enter Checkmark
- Click Display
- Subtab: Select Main
- Display Type: Select Inline
- Click Save
- Navigate to Customization > Workflow > Workflows > New
- Basic Information:
- Name: Enter Value
- Record Type: Select Project
- Execute As Admin: Enter Checkmark
- Release Status: Select Released
- Initiation: Select Event Based
- Event Definition:
- On Create: Enter Checkmark
- On View or Update: Enter Checkmark
- Trigger Type: Select Before Record Load
- Click Save
- Click State 1
- Bottom right corner: Click New Action
- Click Set Field Value
- Basic Information:
- Trigger On: Select After Field Edit
- Triggering Client Fields: Select Status
- Condition: Click Launcher icon
- Field:
- Select Status
- Compare Type: Select any of
- Selection: Select Closed
- Parameters:
- Field: Select Custom Field from Step 1
- Date: Select Date Today
- Click Save