Asset Technical Attribute
This object stores current technical attribute values for an Asset.
API Name: SVMXA360__SM_TA_AssetTechnicalAttribute__c
Number of Fields: 23
FIELD LABEL
FIELD NAME
DATA TYPE
DESCRIPTION
Custom Relationship Fields
Asset
SVMXA360__AssetId__c
Master-Detail(Asset)
Asset Id of the record on which attributes are being captured.
Attribute
SVMXA360__AttributeId__c
Lookup(Technical Attribute)
Lookup to technical attribute.
Captured By
SVMXA360__CapturedBy__c
Lookup(User)
User who captured the attribute.
Previous Captured By
SVMXA360__PreviousCapturedBy__c
Lookup(User)
User who captured the attribute previously.
Template Item
SVMXA360__TemplateItemId__c
Lookup(Technical Attribute Template Item)
Template Item for which the value is being recorded.
Work Order
SVMXA360__WorkOrderId__c
Lookup(Work Order)
Work order from where the Asset’s technical attributes are captured.
Standard Fields
Asset Attribute Number
Name
Auto Number
Autogenerated record number.
Custom Fields
Boolean Value
SVMXA360__BooleanValue__c
Checkbox
Boolean representation of the attribute value (when Data Type = Boolean).
Captured On
SVMXA360__CapturedOn__c
Date/Time
Date and time when the attribute was captured.
Date Value
SVMXA360__DateValue__c
Date
Date representation of the attribute value (when Data Type = Date).
Datetime Value
SVMXA360__DatetimeValue__c
Date/Time
Datetime representation of the attribute value (when Data Type = Datetime).
Last Occurrence
SVMXA360__LastOccurrence__c
Long Text Area(32768)
Holds the list of attribute’s value and its occurrence time in JSON format.
Number Value
SVMXA360__NumberValue__c
Number(14, 4)
Number representation of the attribute value (when Data Type = Number).
Previous Boolean Value
SVMXA360__PreviousBooleanValue__c
Checkbox
Boolean representation of the previous attribute value (when Data Type = Boolean).
Previous Captured On
SVMXA360__PreviousCapturedOn__c
Date/Time
Date and time when the attribute was previously captured.
Previous Date Value
SVMXA360__PreviousDateValue__c
Date
Date representation of the previous attribute value (when Data Type = Date).
Previous Datetime Value
SVMXA360__PreviousDatetimeValue__c
Date/Time
Datetime representation of the previous attribute value (when Data Type = Datetime).
Previous Number Value
SVMXA360__PreviousNumberValue__c
Number(14, 4)
Number representation of the previous attribute value (when Data Type = Number).
Previous Value
SVMXA360__PreviousValue__c
Text(255)
Holds the previous value of the attribute stored as a text.
Source
SVMXA360__Source__c
Picklist
Attributes were captured from one of these connections: Web, Mobile, External system.
Source Record Id
SVMXA360__SourceRecordId__c
Text(20)
Salesforce ID of the Source record from where the Asset’s technical attributes are captured.
Time of Occurrence
SVMXA360__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.
Value
SVMXA360__Value__c
Text(255)
Holds the current value of the attribute stored as a text.
Was this helpful?