Change Request DMO
Object API Name: std__ChangeRequestDmo__dlm
Category: Unassigned
Availability: Available in 254 and later versions
Primary Key Field: Id
- OwnerId has a FOREIGNKEY relationship with the User Group DMO
Idfield. - OwnerId has a FOREIGNKEY relationship with the User DMO
Idfield. - ReviewerId has a FOREIGNKEY relationship with the User DMO
Idfield.
- AssignedGroupId
- AssignedUserId
- BusinessJustificationText
- CalculatedRiskScoreNumber
- cdp_sys_record_currency
- ChangeRequestBusinessReason
- ChangeRequestCategory
- ChangeRequestClosedStatus
- ChangeRequestImpact
- ChangeRequestNumber
- ChangeRequestPriority
- ChangeRequestRiskLevel
- ChangeRequestStatus
- ChangeRequestStatusCategory
- ChangeRequestSubCategory
- ChangeRequestType
- ChangeRequestUrgency
- ClosedDateTime
- ClosedStatusCommentText
- CreatedById
- CreatedDate
- DataSourceId
- DataSourceObjectId
- Description
- EntitlementProcessEndDateTime
- EntitlementProcessStartDateTime
- EstimatedEndTime
- EstimatedStartTime
- FinalReviewDateTime
- FinalReviewNotesText
- Id
- ImplementationPlanDescription
- InternalOrganizationId
- IsClosed
- IsPaused
- LastModifiedById
- LastModifiedDate
- MilestoneStatusText
- OperatingHoursId
- OwnerId
- OwnerObject
- PauseStartDateTime
- RemediationPlanText
- ReportedById
- ReviewerId
- RiskImpactAnalysisText
- ServiceEntitlementId
- SubjectText
- SystemModstamp
- TestPlanDescription
- Field API Name:
std__AssignedGroupId__c - Data Type: TEXT
- Description: Reference to the primary group or queue to which the change request is assigned.
- Field API Name:
std__AssignedUserId__c - Data Type: TEXT
- Description: Reference to the primary user to whom the change request is assigned.
- Field API Name:
std__BusinessJustificationText__c - Data Type: TEXT
- Description: A description of the business reason to implement the change. This field can store up to 32 KB of data, but only the first 255 characters display in reports.
- Field API Name:
std__CalculatedRiskScoreNumber__c - Data Type: DOUBLE
- Description: The score calculated by automated processes to determine how likely is the proposed change to cause risk.
- Field API Name:
std__cdp_sys_record_currency__c - Data Type: TEXT
- Description: System-generated metadata field that stores a 3-letter ISO currency code.
- Field API Name:
std__ChangeRequestBusinessReason__c - Data Type: TEXT
- Description: The core reason for creating the change request, for example, t2. Maximum size is 15 characters
- Field API Name:
std__ChangeRequestCategory__c - Data Type: TEXT
- Description: The type of change request. Administrators set field values.
- Field API Name:
std__ChangeRequestClosedStatus__c - Data Type: TEXT
- Description: The further classification of change request when it is closed For example, Successful, Partially Successful, Failed.
- Field API Name:
std__ChangeRequestImpact__c - Data Type: TEXT
- Description: Shows the impact of a requested change. Possible values are: - High - Low - Medium The default value is High.
- Field API Name:
std__ChangeRequestNumber__c - Data Type: TEXT
- Description: The unique, system-generated change request number.
- Field API Name:
std__ChangeRequestPriority__c - Data Type: TEXT
- Description: The impact and urgency of a requested change. Possible values are: - Critical - High - Low - Moderate The default value is Critical.
- Field API Name:
std__ChangeRequestRiskLevel__c - Data Type: TEXT
- Description: The risk level associated with adopting the requested change. Possible values are: - High - Low - Medium The default value is High. Maximum size is 15 characters.
- Field API Name:
std__ChangeRequestStatus__c - Data Type: TEXT
- Description: Represents any custom or granular stages a customer may want to track. This will be a dependent picklist. Possible values are: - Approved - Canceled - Closed - Implementing - New - Open - Planning - Rejected - Reviewed - Scheduled The default value is New. Maximum size is 15 characters.
- Field API Name:
std__ChangeRequestStatusCategory__c - Data Type: TEXT
- Description: The status of the change. Possible values are: - Approved - Canceled - Closed - Implementing - New - Open - Planning - Rejected - Reviewed - Scheduled The default value is New.
- Field API Name:
std__ChangeRequestSubCategory__c - Data Type: TEXT
- Description: The sub-category values for a change request. For example, Email server, file server, router, switch, harddisk, DHCP, DNS, VPN.
- Field API Name:
std__ChangeRequestType__c - Data Type: TEXT
- Description: The type values for a change request. For example, Emergency, Major, Normal, Standard.
- Field API Name:
std__ChangeRequestUrgency__c - Data Type: TEXT
- Description: The urgency values for a change request. For example, High, Low, Medium.
- Field API Name:
std__ClosedDateTime__c - Data Type: DATETIME
- Description: Date and Time when the change request was closed.
- Field API Name:
std__ClosedStatusCommentText__c - Data Type: TEXT
- Description: The comments related to the change request when the status is Closed.
- Field API Name:
std__CreatedById__c - Data Type: TEXT
- Description: The user who created the record.
- Field API Name:
std__CreatedDate__c - Data Type: DATETIME
- Description: The date and time when this record was created.
- Field API Name:
std__DataSourceId__c - Data Type: TEXT
- Description: A unique, system-generated identifier for this record.
- Field API Name:
std__DataSourceObjectId__c - Data Type: TEXT
- Description: A unique, system-generated identifier for this record.
- Field API Name:
std__Description__c - Data Type: TEXT
- Description: A description of the change request. This field can store up to 32 KB of data, but only the first 255 characters display in reports.
- Field API Name:
std__EntitlementProcessEndDateTime__c - Data Type: DATETIME
- Description: The date and time when the entitlement process ends for a change request.
- Field API Name:
std__EntitlementProcessStartDateTime__c - Data Type: DATETIME
- Description: The date and time when the entitlement process starts for a change request.
- Field API Name:
std__EstimatedEndTime__c - Data Type: DATETIME
- Description: The date and time (in UTC) when the change request is estimated to be implemented.
- Field API Name:
std__EstimatedStartTime__c - Data Type: DATETIME
- Description: The estimated date and time (in UTC) when the change request is implemented.
- Field API Name:
std__FinalReviewDateTime__c - Data Type: DATETIME
- Description: The date and time (in UTC) when the change request was reviewed.
- Field API Name:
std__FinalReviewNotesText__c - Data Type: TEXT
- Description: Notes left by the change request reviewer. This field can store up to 32 KB of data, but only the first 255 characters display in reports.
- Field API Name:
std__Id__c - Data Type: TEXT
- Description: Required. A unique, system-generated identifier for this ChangeRequest record. Maximum size is 15 characters.
- Field API Name:
std__ImplementationPlanDescription__c - Data Type: TEXT
- Description: The implementation plan related to a change request.
- Field API Name:
std__InternalOrganizationId__c - Data Type: TEXT
- Description: A unique, system-generated identifier for this record.
- Field API Name:
std__IsClosed__c - Data Type: BOOLEAN
- Description: Specifies whether a change request is closed (true) or not (false).
- Field API Name:
std__IsPaused__c - Data Type: BOOLEAN
- Description: Specifies whether a change request is paused for further processing (true) or not (false).
- Field API Name:
std__LastModifiedById__c - Data Type: TEXT
- Description: The user who most recently changed the record.
- Field API Name:
std__LastModifiedDate__c - Data Type: DATETIME
- Description: The date and time when a user last modified this record.
- Field API Name:
std__MilestoneStatusText__c - Data Type: TEXT
- Description: The milestone status related to the entitlement process for a change request.
- Field API Name:
std__OperatingHoursId__c - Data Type: TEXT
- Description: Reference to the operating hours related to the change request.
- Field API Name:
std__OwnerId__c - Data Type: TEXT
- Description: A polymorphic relationship field that represents the user or group assigned as the change reviewer.
- Field API Name:
std__OwnerObject__c - Data Type: TEXT
- Description: Indicates the Owner object name. For example, User, UserGroup.
- Field API Name:
std__PauseStartDateTime__c - Data Type: DATETIME
- Description: Date and Time when the change request was paused.
- Field API Name:
std__RemediationPlanText__c - Data Type: TEXT
- Description: A description of the steps required to resolve the incident. This field can store up to 32 KB of data, but only the first 255 characters display in reports.
- Field API Name:
std__ReportedById__c - Data Type: TEXT
- Description: Reference to the user who reported the change request.
- Field API Name:
std__ReviewerId__c - Data Type: TEXT
- Description: The ID of the user who reviewed the change request.
- Field API Name:
std__RiskImpactAnalysisText__c - Data Type: TEXT
- Description: An assessment of the risk involved with the implementation of the change request. Administrators set field values and each value can have up to 20 characters.
- Field API Name:
std__ServiceEntitlementId__c - Data Type: TEXT
- Description: Reference to the service entitlement related to the change request.
- Field API Name:
std__SubjectText__c - Data Type: TEXT
- Description: A brief description of the requested change. Maximum size is 255 characters.
- Field API Name:
std__SystemModstamp__c - Data Type: DATETIME
- Description: The date and time when this record was last modified by a user or by an automated process.
- Field API Name:
std__TestPlanDescription__c - Data Type: TEXT
- Description: The test plan related to a change request.