EntityMilestone
Schema file for EntityMilestone.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the record. | |
| IsDeleted | Bool | True |
Indicates whether the record has been moved to the Recycle Bin. | |
| Name | String | False |
Name of the record. | |
| CurrencyIsoCode | String | False |
ISO code for the currency in which the revenue amount is expressed. | |
| CreatedDate | Datetime | True |
Date and time when the record was created. | |
| CreatedById | String | True |
User.Id |
ID of the user who created the record. |
| LastModifiedById | String | True |
User.Id |
ID of the user who last modified the record. |
| ParentEntityId | String | True |
WorkOrder.Id |
ID of the ParentEntity associated with this record. |
| ParentEntityIdType | String | False |
Specifies the type of the 'ParentEntityId' polymorphic field to use in the statement. | |
| ParentEntityIdExternalFieldName | String | False |
Specifies the external field name of the 'ParentEntityId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| StartDate | Datetime | False |
Start date for the record or activity. | |
| TargetDate | Datetime | True |
Date associated with Target. | |
| CompletionDate | Datetime | False |
Date associated with Completion. | |
| SlaProcessId | String | True |
SlaProcess.Id |
ID of the SlaProcess associated with this record. |
| MilestoneTypeId | String | True |
ID of the MilestoneType associated with this record. | |
| IsCompleted | Bool | True |
Indicates whether the task has been completed. | |
| IsViolated | Bool | True |
Indicates whether the record has the Violated characteristic. | |
| TargetResponseInMins | Int | True |
Field containing TargetResponseInMins information. | |
| TargetResponseInHrs | Double | True |
Field containing TargetResponseInHrs information. | |
| TargetResponseInDays | Double | True |
Field containing TargetResponseInDays information. | |
| TimeRemainingInMins | String | True |
Field containing TimeRemainingInMins information. | |
| TimeRemainingInHrs | String | True |
Field containing TimeRemainingInHrs information. | |
| TimeRemainingInDays | Double | True |
Field containing TimeRemainingInDays information. | |
| ElapsedTimeInMins | Int | True |
Field containing ElapsedTimeInMins information. | |
| ElapsedTimeInHrs | Double | True |
Field containing ElapsedTimeInHrs information. | |
| ElapsedTimeInDays | Double | True |
Field containing ElapsedTimeInDays information. | |
| TimeSinceTargetInMins | String | True |
Field containing TimeSinceTargetInMins information. | |
| TimeSinceTargetInHrs | String | True |
Field containing TimeSinceTargetInHrs information. | |
| TimeSinceTargetInDays | Double | True |
Field containing TimeSinceTargetInDays information. | |
| BusinessHoursId | String | True |
ID of the business hours associated with this record. | |
| SOQL | String | False |
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 | False |
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 | False |
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 | True |
Date and time when the record was last modified by a user or by an automated process. | |
| LastModifiedDate | Datetime | True |
Date and time when the record was last modified. |