Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In the standard system demo, the People table contains one active rule. This rule is accessed by expanding the People table in the left pane, selecting Setup People, and then selecting the Rules tab:

  • Create/Edit: Update Role is not empty validation; add or remove roles updatesThis rule uses a saved search to find people records in which Update Role field is not empty and runs an update action to ensure that a group does not get removed if another active role is associated with it. It also contains an If-then-else action to handle role updates.
  • Create/Edit:  Append Primary Team to Teams (web, API): This rule uses a saved search to find people records in which Primary Team is not contained in the Teams field and runs an update action to append the Primary Team to Teams.
  • TB Demo Data Update: This time-based rule runs once every month, updates Demo Date fields, and deletes History. It consists of two actions: "U: Update Demo Dates' and "D: Delete History for TB: Demo Data Update." "U: Update Demo Dates" is an Update action that replaces the Date Created, Date Updated, Original Start Date, and Reference As Of fields with a date one month in the future. "D: Delete History for TB: Demo Data Update" is a Delete action that deletes history entries that are created after "U: Update Demo Dates" updates the designated fields.

...