Data Model > Data Dictionary > C > Change Order Log
Change Order Log
This object is a repository for storing Batch information and associated logs for the processes utilized in the Field Change Order (FCO) module. This includes processing of FCO Search and processing of Work Order generation.
API Label: SVMXC__SM_Change_Order_Log__c
No. of Fields : 7
Field Label
Field Name
Data Type
Description
Custom Relationship Fields
Change Order
SVMXC__SM_Change_Order__c
Master-Detail(Change Order)
This field is used to associate the Change Order Log with Change Order.
Standard Fields
Record Number
Name
Auto Number
The auto-generated record number.
Custom Fields
Batch Id
SVMXC__SM_Batch_Id__c
Text(50)
This field is used to store the batch id to track the status of the Batch job.
Completed On
SVMXC__SM_Completed_On__c
Date/Time
This field is used to capture the completion time of the Batch job.
Log Details
SVMXC__SM_Log_Details__c
Long Text Area(131072)
This field is used to capture the log details of the Batch job.
Log Type
SVMXC__SM_Log_Type__c
Picklist
This field is used to indicate the type of generated log.
Started On
SVMXC__SM_Started_On__c
Date/Time
This field is used to capture the start time of the Batch job.
Was this helpful?