Technical Attribute Template Item
Object to store the details of the attributes included in the Template.
API Name: SVMXA360__SM_TA_TemplateItem__c
Number of Fields: 14
FIELD LABEL
FIELD NAME
DATA TYPE
DESCRIPTION
Custom Relationship Fields
​Attribute
SVMXA360__AttributeId__c
Lookup(Technical Attribute)
​Attribute being displayed within the template.
Category
SVMXA360__CategoryId__c
Lookup(Technical Attribute Category)
Attribute belongs to this category.
Template
SVMXA360__TemplateId__c
Master-Detail(Technical Attribute Template)
Template containing the attributes.
Standard Fields
Template Item Number
Name
Auto Number
Autogenerated record name.
Custom Fields
​Default Value
SVMXA360__DefaultValue__c
Text(255)
Default value of the attribute.
Developer Name
SVMXA360__DeveloperName__c
Text(255) (External ID) (Unique Case Insensitive)
Checks for uniqueness of a record for a combination of Template, Category and Attribute. For example: DeveloperName = 'GENERAL_TEMPLATEINITIAL_ANALYSISTEMPERATURE' where 'GENERAL_TEMPLATE' is the developer name of the related template, 'INITIAL_ANALYSIS' is the developer name of the category and 'TEMPERATURE' is the developer name of the attribute.
Help Text
SVMXA360__HelpText__c
Long Text Area(1000)
Help text for the attribute.
Is Readonly
SVMXA360__IsReadonly__c
Checkbox
Indicates if the attribute is read-only.
Is Required
SVMXA360__IsRequired__c
Checkbox
Indicates if the 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.
Sequence
SVMXA360__Sequence__c
Number(18, 0)
To store the sequence of the item within a category.
Status
SVMXA360__Status__c
Picklist
Template containing the attributes.
Was this helpful?