Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

  • This allows users to modify the size of a specific component according to the grid size of layout.

  • This feature allows for flexible customization, enabling users to resize components to fit their specific needs within the defined grid structure.

Panel
panelIconId1f5e8
panelIcon:speech_left:
panelIconText🗨️
bgColor#F4F5F7

For example,
If the layout grid size is 3 then layout is divided into 3 sections then you can changes the components size between 1 to 3.

Layout Type

It is used to set the layout type in two ways as:

  1. Grid: The Grid Layout Type provides a grid-based layout system consisting of rows and columns. This layout simplifies the process of designing and structuring a layout, allowing for precise placement and alignment of components within the grid.

  2. Flow: The Flow Layout Type is used for positioning and formatting components within a layout. This layout type allows components to be positioned in relation to each other.

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.
For more details check this

Info

Reference: Field Layout

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.

Info

Reference: Action

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.

Panel
panelIconId1f5e8
panelIcon:speech_left:
panelIconText🗨️
bgColor#F4F5F7

For example, if you have 3 actions, all will be displayed in the section header. If you added the 4th action, it will appear in the drop-down list, along with any subsequent actions.

UI Attributes:

image-20240925-123120.png

Include Page
UI Attributes
UI Attributes

...