Overview
The Form component serves as a container for capturing user inputis a normal form used to input, create, edit, and view records from objects or external services. To utilize its functionality, you must associate the Form must be associated with a model. Once linkeda model is assigned, the fields from the selected object will appear on the left side of the interface. You can then , allowing you to drag and drop these fields them into the Form.. Additionally, you can add multiple actions to the Form. One of these actions can be designated as the primary action, allowing you to define the main actionadded to the Form for enhanced functionality.
...
Attributes:
Attributes are the options available for each component, allowing you to customize its appearance and control their behavior. It includes various sections explained below.
...
Attribute Name | Description | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Component Size |
| |||||||||||
Layout Type | It is used to set the layout type in two ways as:
Note: By default, this attribute is set to a value of Grid Layout Type. | |||||||||||
Grid Size | It defines the width of the component in terms of grid columns, allowing users to control how much horizontal space the section occupies on the page. | |||||||||||
Model | All the Models (Salesforce Object) you have created will appear in the list. You can select a specific model from the list to save and display its field values. Note: Only one model (Record Type - Single) can be bound at a time. | |||||||||||
Field Layout | Field Layout allows you to arrange fields on the form.
| |||||||||||
No Action Bar | If the “No "No Action Bar” Bar" checkbox is selected, the action bar, which contains all associated actions for the form, will be hidden on the form. | |||||||||||
Action | You can include multiple actions, each displayed as a button. Clicking a button initiates a specific action or workflow. Note: After creating the action, it will be displayed on the canvas.
| |||||||||||
Primary Actions | You can select a primary action from the available optionsactions. Pressing the Enter key will execute this primary selected action. | |||||||||||
Overflow After | This feature allows you to control If the number of actions displayed. Setting exceeds the provided limit to 1 will show only one action, with , the additional actions appearing in a drop-down menuwill be displayed in a dropdown.
|
UI Attributes:
Include Page | ||||
---|---|---|---|---|
|
...