Field Label
|
Field Name
|
Data Type
|
Description
|
---|---|---|---|
Custom Relationship Fields
|
|||
Account
|
SVMXC__Account__c
|
Lookup(Account)
|
|
ChecklistProcessID
|
SVMXC__ChecklistProcessID__c
|
Lookup(ServiceMax Process)
|
This field is used to hold the reference to the Checklist Process.
|
Completed By
|
SVMXC__Completed_By__c
|
Lookup(User)
|
This fields is used to hold the user name who completed the Checklist.
|
Installed Product
|
SVMXC__Installed_Product__c
|
Lookup(Installed Product)
|
|
Location
|
SVMXC__Location__c
|
Lookup(Location)
|
|
Parts Order
|
SVMXC__SM_Parts_Order__c
|
Lookup(Parts Order)
|
Lookup to Parts Order.
|
Product
|
SVMXC__SM_Product__c
|
Lookup(Product)
|
Lookup to Product.
|
Started By
|
SVMXC__SM_Started_By__c
|
Lookup(User)
|
Used to capture user who started the checklist.
|
Work Detail
|
SVMXC__SM_Work_Detail__c
|
Lookup(Work Detail)
|
Lookup to Work Detail.
|
Work Order
|
SVMXC__Work_Order__c
|
Lookup(Work Order)
|
|
Standard Fields
|
|||
Record Number
|
Name
|
Auto Number
|
The auto-generated record number.
|
Custom Fields
|
|||
Checklist End Latitude
|
SVMXC__SM_Checklist_End_Latitude__c
|
Number(12, 6)
|
Used to capture Latitude where the checklist was completed.
|
Checklist End Longitude
|
SVMXC__SM_Checklist_End_Longitude__c
|
Number(12, 6)
|
Used to capture Longitude where the checklist was completed.
|
Checklist_Group_Id
|
SVMXC__SM_Checklist_Group_Id__c
|
Number(18, 0)
|
This is used to identify a checklist record that is split across multiple rows when ChecklistMetaJSON is split.
|
ChecklistJSON
|
SVMXC__ChecklistJSON__c
|
Long Text Area(131072)
|
This field is used to hold the Question and Answers as JSON string {attribute:value,}.
|
ChecklistMetaJSON
|
SVMXC__ChecklistMetaJSON__c
|
Long Text Area(131072)
|
This field is used to hold the JSON information related to Checklist Layout Structure.
|
Checklist Start Latitude
|
SVMXC__SM_Checklist_Start_Latitude__c
|
Number(12, 6)
|
Used to capture Latitude where the checklist was started.
|
Checklist Start Longitude
|
SVMXC__SM_Checklist_Start_Longitude__c
|
Number(12, 6)
|
Used to capture Longitude where the checklist was started.
|
Completed On
|
SVMXC__Completed_On__c
|
Date/Time
|
This field is used to hold the date and time when the Checklist was completed.
|
Sequence
|
SVMXC__SM_Sequence__c
|
Number(18, 0)
|
This field is used to store the sequence of the checklist row when the checklist record is split into multiple rows based on ChecklistMetaJSON size.
|
Started On
|
SVMXC__SM_Started_On__c
|
Date/Time
|
Used to capture Start Datetime of checklist.
|
Status
|
SVMXC__Status__c
|
Picklist
|
This field is used to hold the status of the Checklist.
|
What Id
|
SVMXC__What_Id__c
|
Text(40)
|
This field is used to hold the reference Id to Source / Transaction Record.
|