LeadStatus
Defines possible statuses for Leads, such as Open, Qualified, or Converted.
Columns
| Name | Type | References | Description |
| Id [KEY] | String | Unique identifier of the lead status record. | |
| MasterLabel | String | Display label of the lead status, shown in the user interface. | |
| ApiName | String | The name used when accessing the resource using the API. | |
| SortOrder | Int | Position of the status in the picklist order. | |
| IsDefault | Bool | Indicates whether this lead status is the default option. | |
| IsConverted | Bool | Indicates whether selecting this status will mark the lead as converted. | |
| CreatedById | String |
User.Id | ID of the user who created the lead status record. |
| LastModifiedById | String |
User.Id | ID of the user who last modified the lead status record. |
| LastModifiedDate | Datetime | Date and time when the lead status record was last modified. | |
| SOQL | String | Specifies the SOQL query to execute against the Salesforce servers. If this pseudo column is set from the WHERE clause it will take precedence over the original query. | |
| ExternalIdColumn | String | Specifies the external Id column to use if performing an insert. If this value is specified, upsert will be used when the INSERT command is called. | |
| FilterScope | String | Optional scope to limit the records returned from queries. This property can take one of these values: Delegated, Everything, Mine, MineAndMyGroups, My_Territory, My_Team_Territory, or Team. | |
| SystemModstamp | Datetime | System-generated timestamp for the last modification of the record. | |
| CreatedDate | Datetime | Date and time when the lead status record was created. |