Technical Attribute
This object is used to store technical attributes.
API Name: SVMXA360__SM_TA_TechnicalAttribute__c
Number of Fields: 13
FIELD LABEL
FIELD NAME
DATA TYPE
DESCRIPTION
Custom Relationship Fields
Picklist Definition
SVMXA360__PicklistDefinitionId__c
Lookup(Picklist Definition)
Stores the Id of the Picklist Definition referenced in the attribute.
Standard Fields
Attribute Label
Name
Text(80)
Autogenerated record name.
Custom Fields
Data Type
SVMXA360__DataType__c
Picklist
Data type of the Attribute value. Supported datatypes are Text, Number, Picklist, Date, Datetime, Boolean.
Default Value
SVMXA360__DefaultValue__c
Text(255)
Stores the default value of the attribute.
Description
SVMXA360__Description__c
Long Text Area(1000)
Description of the Attribute.
Developer Name
SVMXA360__DeveloperName__c
Text(80) (External ID) (Unique Case Insensitive)
Unique Id generated to identify attribute records
Help Text
SVMXA360__HelpText__c
Long Text Area(1000)
Help text for the attribute.
Is Readonly
SVMXA360__IsReadonly__c
Checkbox
Indicates if this attribute is read-only
Is Required
SVMXA360__IsRequired__c
Checkbox
Indicates if this attribute is mandatory.
Maximum Value
SVMXA360__MaximumValue__c
Number(14, 4)
Holds the maximum value for this number attribute.
Message
SVMXA360__Message__c
Long Text Area(1000)
Message to be displayed when the attribute value is not within the range of maximum-minimum value.
Minimum Value
SVMXA360__MinimumValue__c
Number(14, 4)
Holds the minimum value for this number attribute.
Unit
SVMXA360__Unit__c
Picklist
Unit of measurement of the attribute.
Was this helpful?