ContractStatus
Defines possible statuses for contracts, such as Draft, Active, or Expired.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the contract status. | |
| MasterLabel | String | True |
Display label for the contract status. | |
| SortOrder | Int | True |
Order in which the status appears in picklists or lists. | |
| IsDefault | Boolean | True |
Indicates whether this status is the default selection (true) or not (false). | |
| StatusCode | String | True |
API name of the contract status used for integrations or logic. | |
| CreatedById | String | True |
User.Id |
ID of the user who created this contract status record. |
| CreatedDate | Datetime | True |
Date and time when the contract status was created. | |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified this contract status record. |
| LastModifiedDate | Datetime | True |
Date and time when the contract status was last modified. | |
| SystemModstamp | Datetime | True |
System-generated timestamp for the last modification of the record. |