Page tree

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Contract Tasks Table

The Contract Tasks table holds tasks that 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.

The default Status for new Contract Tasks is Planned. On creation, the Assigned Person is notified of the planned task, unless the assignee is the task's creator. If no Assigned Person is chosen, the Assigned Team is notified of the planned task and asked to assign someone.

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:

  • 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 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.



  • No labels