...
Form is a container, it helps to capture user input
To make the Form work you need to bind the model with the Form, refer Models
Once the model is bound then , you will see the fields related to the object that you select while model creation on the left side.
You can drag and drop the fields on the Form
You can also map nested field
You add multiple action on the from which will be displayed as button
Only three actions will be displayed on the Form and rest of the actions will be displayed in drop down
By clicking on the button it performs a particular action e.g. invoking a specific action or workflow
...
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
...
Nested field allows you to select field which is a array field or object field
Once you select a nested field which is a array field or object field, then all the fields inside the array and object will be visible at the left side
Field Layout
Field Layout allows you to set the layout of the field on the Form
Types of layout
Stacked: It aligns the fields in a stack In a stacked layout, the input/output field is under the field label with a small margin around the label, and the input/output field
Horizontal: It aligns the fields horizontally
Single Column: It aligns the fields in a single columnIn a horizontal layout, the input/output field is in front of the field label with a small margin around the label, and the input/output field
Single Column: A Single Column layout is the same as a horizontal layout the only difference is the input/output field size is greater than the field label in a layout
No Label: In the No label will display for the fields Compact:Label layout, the label name is not visible, only the input/output field is present in the layout
Compact: Compact layout is the same as a stacked layout, the difference is there is no margin around the label and the input/output field
Show Horizontal Line
If you make a field as read only and if the Using Show Horizontal Line you can show a horizontal line under the field that will divide the fields if the field is read only
No Action Bar
If No Action Bar checkbox is checked, then the action bar will not be displayed on the form
...
Inline Edit
If the Inline Edit checkbox is checked then you can edit the fields on the Form when the 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
Only three actions will be displayed on the Form and rest of the actions will be displayed in drop down
Refer Actions
Primary Action
You can select an action to be the primary action of the form, from the list of actions
By clicking on enter key the Primary Action will be performed
Only one action can be set as a Primary Action
...
Include Page | ||||
---|---|---|---|---|
|