Page tree

Versions Compared

Key

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

The Contract Tasks table holds tasks for contractsthat are used in Contract records.

Use Case

Contract Tasks can be created from a related table in a Contract record. If a Contract Task is created from a Contract, the link to the Contract is populated; otherwise, a Contract should be selected.

...

When the Advance Notification Date arrives, the Status changes to Pending. Any open Contract Tasks (those in a Status of Pending or Planned) for a canceled contract will be updated to a Status of Canceled.

Automation

In the standard system demo, the Contract Tasks table contains three active rules. These rules are accessed by expanding the Contract Tasks table in the left pane, selecting Setup Contract Tasks, and then selecting the Rules tab:

Ownership

  • TB Demo Data Update: Update date fields by one month each month so reports have data: This rule updates the demo data which exists in a KB like Date due, Date of Last Reminder, Date of next Reminder etc. and deleted the history records created by those fields. It does not impact the new records.
  • Create: All Create Validations (web): This rule runs whenever a new contract is created. It throws validation errors when data added in the field does not match with the acceptance criteria. For example: If a user tries to add a due date less than the current date, it warns the user that the due date is in the past.
  • Create: All Create Actions (web, email, API): This rule sends an email notification to the Assigned Person or Assigned Team about a new task. It also changes the status of a task from Planned to Pending if the Advance Notification Date becomes equal or greater than one minute old.

Ownership

Contract Tasks Workflow records are owned by the user the task is assigned to. Specifically, a record is owned by the user whose ID matches the Assigned Person ID field.

...