Process Exception DMO

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

  • CaseId has a FOREIGNKEY relationship with the Case DMO Id field.
  • SalesOrderId has a FOREIGNKEY relationship with the Sales Order DMO Id field.
  • Field API Name: std__CaseId__c
  • Data Type: TEXT
  • Description: The ID of the case associated with the ProcessException.
  • 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__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: Detailed description of the ProcessException.
  • Field API Name: std__ExternalReference__c
  • Data Type: TEXT
  • Description: Description of external entities associated with the ProcessException.
  • Field API Name: std__Id__c
  • Data Type: TEXT
  • Description: Required. A unique, system-generated identifier for this ProcessException record. Maximum size is 15 characters.
  • Field API Name: std__InternalOrganizationId__c
  • Data Type: TEXT
  • Description: A unique, system-generated identifier for this 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__Message__c
  • Data Type: TEXT
  • Description: Short description of the ProcessException.
  • Field API Name: std__NameInterfaceField__c
  • Data Type: TEXT
  • Description: Name of this record.
  • Field API Name: std__ProcessExceptionCategory__c
  • Data Type: TEXT
  • Description: The type of ProcessingException. You can customize the category picklist to represent your business processes. Possible values are: - Fulfillment - Invoicing - Order Activation - Order Approval - Order To Asset - Order Item Summary To Asset - Order To Billing Schedule - Payment The default value is Order Activation.
  • Field API Name: std__ProcessExceptionPriority__c
  • Data Type: TEXT
  • Description: Resolution priority for the ProcessException. You can customize the priority picklist to represent your business processes. Possible values are: - High - Low The default value is Low.
  • Field API Name: std__ProcessExceptionSeverity__c
  • Data Type: TEXT
  • Description: Severity of the ProcessException. Each severity value corresponds to one severity category. You can customize the severity picklist to represent your business processes. If you customize the severity picklist, include at least one severity value for each severity category. Possible values are: - High - Low The default value is High.
  • Field API Name: std__ProcessExceptionSeverityCategory__c
  • Data Type: TEXT
  • Description: Severity category of the ProcessException. Each severity category corresponds to one or more severity values. The severity category is used to show the severity icon in the ProcessException list view. Possible values are: - HIGH - LOW - MEDIUM
  • Field API Name: std__ProcessExceptionStatus__c
  • Data Type: TEXT
  • Description: Status of the ProcessException. Each status corresponds to one status category, shown here in parentheses. You can customize the status picklist to represent your business processes. If you customize the status picklist, include at least one status value for each status category. Possible values are: - Ignored (Inactive) - New (Active) - Paused (Inactive) - Resolved (Resolved) - Triaged (Active) - Voided (Inactive) The default value is New. Maximum size is 15 characters.
  • Field API Name: std__ProcessExceptionStatusCategory__c
  • Data Type: TEXT
  • Description: Status category of the ProcessException. Each status category corresponds to one or more statuses. Possible values are: - ACTIVE - INACTIVE - RESOLVED
  • Field API Name: std__ProcessExceptionStatusCode__c
  • Data Type: TEXT
  • Description: Status code of the Process exeption. For example, Active, Inactive, or Resolved. The default value is Active.
  • Field API Name: std__SalesOrderId__c
  • Data Type: TEXT
  • Description: ID of the OrderSummary associated with the ProcessException. The ProcessException component is displayed on this OrderSummary. This field is a relationship field. Maximum size is 15 characters.