Layout
This object is used to store layout information like name, description, and properties.
API Name: SVMXA360__CONF_Layout__c
Number of fields: 14
FIELD LABEL
FIELD NAME
DATA TYPE
DESCRIPTION
Custom Relationship Fields
Field Mapping
SVMXA360__FieldMapping__c
Lookup(Object Mapping)
Lookup to field mapping which will be applied during run time.
Qualifying Criteria
SVMXA360__QualifyingCriteria__c
Lookup(Expression)
Lookup to an expression that will be applied during run time.
Value Mapping
SVMXA360__ValueMapping__c
Lookup(Object Mapping)
Lookup to value mapping, which will be applied during run time.
Standard Fields
Layout Name
Name
Text(80)
Autogenertated record name.
Custom Fields
Apply Mapping
SVMXA360__ApplyMapping__c
Text(255)
Field to store value on when the mapping to be applied for transaction header. The values are Always/Conditional.
Description
SVMXA360__Description__c
Text Area(255)
Description of the layout.
Developer Name
SVMXA360__DeveloperName__c
Text(100) (External ID) (Unique Case Insensitive)
Unique ID generated for layout.
Field Sets
SVMXA360__FieldSets__c
Long Text Area(32768)
Field Set Info for header object stored in JSON format.
Hide Name
SVMXA360__HideName__c
Checkbox
If true, the title of the Screen/transaction is hidden.
Object API Name
SVMXA360__ObjectAPIName__c
Text(100)
Target object API Name.
Screen Type
SVMXA360__ScreenType__c
Picklist
Type of Screen Designer that can be configured, the values can be:
Standalone Editor - To modify existing records
Source To Target - To create a set of records from the source.
Source Object API Name
SVMXA360__SourceObjectAPIName__c
Text(100)
API name of the source object configured.
Target Object API Name
SVMXA360__ObjectAPIName__c
Text(100)
Target object API Name.
Transaction Type
SVMXA360__TransactionType__c
Picklist
Determines if the transaction is creating or editing records.
Was this helpful?