Capsule Tracks provide a simple way to define a sequence of tasks for things you do in your business. They can be used in opportunities or projects.
A Track instance belongs to a specific opportunity or project, and can be created from a Track Definition.
Name | Type | Description | |
---|---|---|---|
id | Long | Read only |
The unique id of this track. |
tasks | Array of Nested Task |
An array of tasks belonging to this track. |
|
description | String |
A short description of this track. |
|
trackDateOn | Date | Required |
The date used to calculate track tasks due dates. |
direction | String |
Represents how the due dates are calculated. The due dates of tasks within the track can either work from the start date of the track, or they can work back from an end date that the user chooses when applying the track. Accepted values are: |
|
definition | Track Definition | Required Write only |
A Track Definition to apply to a project or opportunity. |
kase | Project | Write only |
The project to apply a Track Definition to.
The Track Definition's |
opportunity | Opportunity | Write only |
The opportunity to apply a Track Definition to.
The Track Definition's |