Add a contracts view varient to show contracts that have expired are are about to expire
- Select "Relationships" then "Contracts" from the navigation panel
- Select "Relationships" then "Contracts" from the navigation panel
Expand | ||
---|---|---|
| ||
- Click on the "view Variants" button and save a new view variant called "Review contracts that have expired or are about to expire"
Expand | ||
---|---|---|
| ||
- The right click on the column heading and left click on "filter editor"
Expand | ||
---|---|---|
| ||
Note Cut and paste the following filter into the text tab on your filter expression "
[Workflow Status.Name] = 'Active' And IsOutlookIntervalLaterThisYear([End Date]) Or [Workflow Status.Name] = 'Completed' And IsOutlookIntervalEarlierThisYear([End End Date])"
- When you have pasted in the filter. Click back on the visual tab. The result looks like the example below
Expand | ||
---|---|---|
| ||
- Then click ok to see the contracts that have expired
- Use column chooser to add "workflow status" to your list view:
- Contracts with an "Active" workflow status have not expired yet
- Contracts with a "Completed" workflow status have expired
Expand |
---|