Versions Compared

Key

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

Overview

  • Form is a container

  • In form, you can add section component to group related content together To make the Form work you need to bind the Form with the model once the model is bound then you will see the fields related to object at the left side.

  • Now you can drag and drop the fields on the Form it is called “Form filed“

  • If the layout is of type record then it comes with the predetermined action actions i.e. Cancel Save&New and Save bound with the predetermined workflow

Attributes

Model

  • From the model, you can choose the specific model in which you can save and display the value of the field 

  • Refer Models

...

  • Field Layout allows you the set the layout of the field on the formForm

  • 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:

No Action Bar

If No Action Bar hides the Action Bar for the checkbox is checked then action bar will not be displayed on the form

...

Inline Edit

  • Inline edit allows you to If the Inline Edit checkbox is checked then you can edit the field when if the form is in read - only view

Actions

  • Action is a set of operations that can be performed by clicking the action button e.g Cancel, Submit

  • Action invokes workflow which actually performs an operation

  • You can add as many actions as you wantYou 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

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
Common configurations for components at the layout
Common configurations for components at the layout