Overview
Form is a container, it helps to capture user input
To make the Form work you need to bind the Form model with the model Form, refer Models
Once the model is bound then you will see the fields related to object at the object that you select while model creation on the left side.
Nested field
Now you You can drag and drop the fields on the Form it is called “Form filed“If the layout is of record type then it comes with the predetermined actions i.e. Cancel Save&New and Save bound with the predetermined
You can also map nested field
You add multiple action on the from which will be displayed as button
By clicking on the button it performs a particular action e.g. invoking a specific action or workflow
Attributes
Model
In Model list of all the models will be displayed, you can choose the specific model using which you can save and display the value of the field
Only single record model can be assigned to the Form
Refer Models
Nested Field
You can select the fields in look up
Field Layout
Field Layout allows you the to set the layout of the field on the Form
Types of layout
Stacked: It aligns the fields in a stack
Horizontal: It aligns the fields horizontally
Single Column: It aligns the fields in a single column
No Label: No label will display for the fields
Compact:
Show Horizontal Line
If you make a field as read only and if the
No Action Bar
If No Action Bar checkbox is checked then the action bar will not be displayed on the form
...
If the Inline Edit checkbox is checked then you can edit the field fields on the form and Form when the form Form in is read only view
Actions
You can add multiple actions and each action is displayed as a button
By clicking on the button it performs a particular action e.g. invoking a specific action or workflow
Refer Actions
...