Field Label
|
Field Name
|
Data Type
|
Description
|
---|---|---|---|
Custom Relationship Fields
|
|||
Installed Product Id
|
SVMXC__SM_Installed_Product_id__c
|
Lookup(Installed Product)
|
Reference to IB lookup.
|
Standard Fields
|
|||
IB Technical Attribute Number
|
Name
|
Auto Number
|
The auto-generated record number.
|
Custom Fields
|
|||
Attr Name
|
SVMXC__SM_Attr_Name__c
|
Text(255)
|
Records attribute name from JSON payload.
|
Attr Value
|
SVMXC__SM_Attr_Value__c
|
Text(255)
|
Records attribute value from JSON payload. If attribute value is more than 255 characters, trim to first 255 characters.
|
Boolean Value
|
SVMXC__SM_Boolean_Value__c
|
Checkbox
|
|
Created Date
|
SVMXC__SM_Created_Date__c
|
Date/Time
|
Date the attribute is created in mobile or online system.
|
Date Value
|
SVMXC__SM_DateValue__c
|
Date
|
To store the Date value of the Attribute.
|
Datetime Value
|
SVMXC__SM_DatetimeValue__c
|
Date/Time
|
To store the Datetime value of the attribute.
|
IB Attr ExtId
|
SVMXC__SM_IBAttr_ExtId__c
|
Text(255) (External ID)
|
Uniqueness of the row is maintained by creating an external id with IB id and attribute name (a047000000NVVZYtemperature where a047000000NVVZY is the IB SFDC id and temperature is a technical attribute).
|
IsActive
|
SVMXC__SM_IsActive__c
|
Checkbox
|
To indicate the attribute is active or inactive
|
Last Occurrence
|
SVMXC__SM_LastOccurrence__c
|
Long Text Area(32000)
|
Holds the list of attribute’s value and its occurrence time in Json format.
|
Number Value
|
SVMXC__SM_Number_Value__c
|
Number(16, 2)
|
Records attribute value from JSON payload if the attribute type is Number.
|
Time of Occurrence
|
SVMXC__SM_TimeOfOccurrence__c
|
Date/Time
|
Actual timestamp when the attribute displayed the value. When this info is not available, Captured On info will be populated. This field holds the time stamp of the latest occurrence.
|
Type
|
SVMXC__SM_Type__c
|
Picklist
|
Used to store the type information about the technical attribute value.
|