Represents the milestone of an opportunity that is stored in Capsule.
Name | Type | Description | |
---|---|---|---|
id | Long |
The unique id of the milestone. |
|
name | String | Required |
The name of the milestone. |
description | String |
A longer description of this milestone and its purpose. |
|
complete | Boolean |
Specifies if opportunities under this milestone are closed or open. Defaults to |
|
probability | Integer | Required |
The default probability in percentage of winning an opportunity that progressed to this stage.
Probability must be exactly |
daysUntilStale | Integer |
The number of days an opportunity can stay on this milestone without contact on the opportunity before
the opportunity is marked as stale. |
|
createdAt | Date | Read only |
The date and time when this milestone was created. |
updatedAt | Date | Read only |
The ISO DateTime when this opportunity was last updated. |