LeadStatus
Defines possible statuses for Leads, such as Open, Qualified, or Converted.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the lead status record. | |
| MasterLabel | String | True |
Display label of the lead status, shown in the user interface. | |
| SortOrder | Int | True |
Position of the status in the picklist order. | |
| IsDefault | Boolean | True |
Indicates whether this lead status is the default option. | |
| IsConverted | Boolean | True |
Indicates whether selecting this status will mark the lead as converted. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the lead status record. |
| CreatedDate | Datetime | True |
Date and time when the lead status record was created. | |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the lead status record. |
| LastModifiedDate | Datetime | True |
Date and time when the lead status record was last modified. | |
| SystemModstamp | Datetime | True |
System-generated timestamp for the last modification of the record. |