Versions Compared

Key

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

Overview

  • Form The form is a container, it is used to capture user input

  • To make the Form work you need to bind the model with the Form, refer Models

  • Once the model is bind, you will see the fields on the left side 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 a nested field

  • You can add multiple actions on the From which will be displayed as a button

  • Only three actions will be displayed on the Form and the rest of the actions will be displayed in a dropdown list

  • By clicking on the button it will perform a particular action e.g. invoking a specific action or workflow

Attribute

...

1. Model

  • In the model list of all the models will be displayed using an object, 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 allows you to select a field that is an array or object field

  • Once you select a nested field which is an array or object field, then all the fields inside the array and object will be visible at on the left side

3. Field Layout

...