Service Schedule Request DMO

Represents a single execution of a scheduling-related operation initiated by the system or user. It is designed to capture and track the context, parameters, and results of optimization and scheduling actions.

Object API Name: std__ServiceScheduleRequestDmo__dlm
Category: Unassigned
Availability: Available in 260 and later versions
Primary Key Field: Id

  • CreatedById has a FOREIGNKEY relationship with the User DMO Id field.
  • SchedulingPolicyId has a FOREIGNKEY relationship with the Scheduling Policy DMO Id field.
  • WorkResourceId has a FOREIGNKEY relationship with the Work Resource DMO Id field.
  • RequesterId has a FOREIGNKEY relationship with the User DMO Id field.
  • LastModifiedById has a FOREIGNKEY relationship with the User DMO Id field.
  • ServiceAppointmentId has a FOREIGNKEY relationship with the Service Appointment DMO Id field.
  • ParentServiceScheduleRequestId has a FOREIGNKEY relationship with the Service Schedule Request DMO Id field.
  • 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__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__FailureReasonDetailText__c
  • Data Type: TEXT
  • Description: If your request failed, here is a more detailed reason why.
  • Field API Name: std__FailureReasonText__c
  • Data Type: TEXT
  • Description: Reason for request failure.
  • Field API Name: std__Id__c
  • Data Type: TEXT
  • Description: Primary Key
  • Field API Name: std__InternalOrganizationId__c
  • Data Type: TEXT
  • Description: A unique, system-generated identifier for this record.
  • Field API Name: std__IsAllServicesModeEnabled__c
  • Data Type: BOOLEAN
  • Description: Indicates whether, when enabled (true), all relevant service appts within the time frame are considered during optimization. When disabled (false), only unscheduled service appts are considered, and all scheduled service appts are fixed (unmovable).
  • 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__NumberOfRequestedServiceAppointmentsCt__c
  • Data Type: DOUBLE
  • Description: Number of service appointments that can be scheduled for a service schedule request.
  • Field API Name: std__NumberOfScheduledServiceAppointmentsCt__c
  • Data Type: DOUBLE
  • Description: The number of service appointments that are scheduled prior to the service schedule request.
  • Field API Name: std__ParentServiceScheduleRequestId__c
  • Data Type: TEXT
  • Description: Refers to the parent service schedule request. It allows for dynamic scaling requests, where large requests are split into small requests.
  • Field API Name: std__RequesterId__c
  • Data Type: TEXT
  • Description: Owner or Requester of Service Schedule Request
  • Field API Name: std__RequestSourceName__c
  • Data Type: TEXT
  • Description: The source of the optimization trigger. For example, Gantt or API.
  • Field API Name: std__RequestWindowStartDateTime__c
  • Data Type: DATETIME
  • Description: Start date of the service schedule request.
  • Field API Name: std__RequestWinEndDateTime__c
  • Data Type: DATETIME
  • Description: Last date of the service schedule request.
  • Field API Name: std__SchedulingPolicyId__c
  • Data Type: TEXT
  • Description: Scheduling policy used in the service schedule request.
  • Field API Name: std__ServiceAppointmentId__c
  • Data Type: TEXT
  • Description: The service appointment that is targeted by the service schedule request.
  • Field API Name: std__ServiceScheduleRequestNumber__c
  • Data Type: TEXT
  • Description: Name of this record
  • Field API Name: std__ShouldConsiderServicesWithoutTerritory__c
  • Data Type: BOOLEAN
  • Description: Optimize service appointments that are outside of a service territory.
  • Field API Name: std__Status__c
  • Data Type: TEXT
  • Description: Current status of the service schedule request.
  • 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__TransactionId__c
  • Data Type: TEXT
  • Description: Transaction ID of the request.
  • Field API Name: std__Type__c
  • Data Type: TEXT
  • Description: Type of service schedule request. For example, Global Optimization, Resource Schedule Optimization etc.
  • Field API Name: std__WorkResourceId__c
  • Data Type: TEXT
  • Description: The service resource that the service schedule request targets.