...
Attribute | Description | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Header |
| No Header | If the "No Header" checkbox is selected, the header will not be displayed on the Section. This field allows users to add a title or heading to the section, providing context or description for the content within the section. You can also assign a dynamic Header using merge text.
| |||||||||||
No Header | This checkbox enables users to remove the section's header, creating a streamlined layout without a title or heading. | |||||||||||||
Is Collapsible | This checkbox allows users to make sections of the application interface collapsible, enhancing the overall user experience. When enabled, users can collapse or expand sections by interacting with the section header. | |||||||||||||
Actions | This allows users to add multiple actions to a section, each represented as a button. It enables users to quickly perform specific actions or invoke workflows directly from the section header. You can explore more about Actions attribute here.
| |||||||||||||
Overflow After | It is used to manage the display of actions in a list format within a section header.
| |||||||||||||
Show Border | It is used to simply add border surrounding the section.
| |||||||||||||
Component Size |
| |||||||||||||
Padding Location | "Padding Location" typically refers to the configuration of spacing around elements | |||||||||||||
Padding Size | "Padding Size" refers to the amount of space added inside an element, between the element's content and its border or edge. | |||||||||||||
Margin Location | "Margin Location" refers to the spacing around the outside edge of an element | |||||||||||||
Margin Size | "Margin Size" refers to the amount of space around the outside edges of an element, | |||||||||||||
Style |
| |||||||||||||
Classes |
| |||||||||||||
Layout Type | It is used to set the layout type in two ways as:
|
UI
Include Page | ||||
---|---|---|---|---|
|
Visibilty, Read Only and Component
Attribute | Description |
---|---|
Visibility Type | It determines whether a component is visible on the layout. It offers the following visibility types:
|
| |
Read Only Type | It specifies whether a component can be edited by users. It offers the following options:
You can explore more about conditional visibility here. |
Component Label | It simply shows the name of the component. |
Include Page | ||
---|---|---|
|
...
|
...
Merge Text Attribute
...
Description
...
Source Type
...
In this option, you can select various sources from which you want to display values. You can explore Source Type here.
Info |
---|
Note: By default, the Source Type is Static. |
...
Value
...
The available options will change depending on the selected source type. For example, if you choose "Static" as the source, you can provide a fixed static value.
...
Merge Field Expression
...
Merge Field Expression displays the value selected from the chosen value source.
...
Message Body
Inside the message body, user also can add the values manually.
...
|
Source Type:
Label Source Type Attribute | Description |
---|---|
Static | It includes only records from the manually input value. |
Model (Salesforce Object) | From this source, users can select a Model (Salesforce Object) field to be displayed as the label name. |
Variable | Here, users can select the label name from variables such as Record ID, Is Disabled, Is Read only, or Is Visible. |
cookie key | By using the Cookie Key, the result is fetched by the value that has been added under the Cookie Key. But, have to make sure that the value that we are adding is from the Cookie Key value. |
Local Storage Key | By using the Local Storage Key, the result is fetched by the value that has been added under the Local Storage Key. But, have to make sure that the value that we are adding is from the Local storage value. |
User | Here, you can choose the label from user fields such as First Name, Last Name, Email, Name, Phone, or Session ID. |
...