Versions Compared

Key

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

...

Type

Application Layout

Record Layout

Form Component with Predefined Actions

(error) Does not include any predefined components.

(tick) The form component includes default action buttons such as:

  • Save

  • Save & New

  • Cancel

Model

(error) Does not include any models.

(tick) Provides a record model for the selected object, allowing you to:

  • Add fields to forms for performing CRUD operations on the object.

  • Create additional models as needed and bind them with other components for various requirements.

Variables

(error) Does not include any variables.

(tick) Lists variables that can be used to store temporary values.

Workflows

(error) Does not include any workflows.

(tick) Predefined workflows:

  • Save Record

  • Query Record

  • Save & New Record

  • Cancel Popup

Events

(error) Does not include any events.

(tick) This includes several events for communicating with other layouts, such as:

  • Save

  • Save & New

  • Cancel

...