...
Button Attribute | Description | ||
---|---|---|---|
Button Type | Here user can select the type of button to configure. Button Types available:
| ||
Label | Label is the text name displayed on the button. | ||
Name | Name attribute specifies the API name of the button. | ||
Left Icon | Allows user to select the icon on left side of button label.
| ||
Right Icon | Allows user to select the icon on right side of button label.
| ||
Variant | Allows users to set and show buttons in different color formats.
| ||
Action | Here user can create multiple actions on Button.
| ||
Visible | Allows users to control button visibility based on selected criteria from the dropdown:
Note: the conditional filter is not available for Non-Record Page
| ||
Disable | Allows users to control the button's disabled state based on selected criteria from the dropdown:
Note: the conditional filter is not available for Non-Record Page
|
...
Submenu Attribute | Description | ||
---|---|---|---|
Label | Label is the text name displayed on the button. | ||
Name | Name attribute specifies the API name of the button. | ||
Sub Menu Position |
| ||
Buttons | Here users Users can add multiple buttons which they want to be in form a button group. This button group will be nested and will be shown as dropdown menu for the parent button.
|
...
Variant | Description |
---|---|
Neutral | Neutral is the default variant of the Button Group which is displayed in white color. |
Brand | It makes button variant to Button is Blue color. |
Outline-brand | Outline-brand is highlight highlights the label and border of Button. |
Destructive | It makes button variant to Button is Red color. |
Success | It makes button variant to Button is Green color. |
Text Destructive | Highlight Highlights the label of Button to Red in color. |
...
The Filter Criteria feature allows you to sort and refine the data in the config object records based on specific conditions. You can apply different types of filtering criteria to control when the button should be visible or disableIn addition to conditional-based filters, you .
You can also select values from various sources to filter the data.
...
These input sources allow you to pass or set values for various attributes or fields.
...
Attributes | Description |
---|---|
Value Source | Description |
Custom Metadata | Use custom metadata records to assign values. |
Custom Settings | Use custom setting records to assign the values. |
Record Field | Use a record value from a selected Record Object. Note: This option is only available when the page type is set to Record Page Config. |
Static | You can provide a static fixed value. |
...