Kodall
Develop App

Actions

The action is shown on an search view or in the home view, enabling the user to execute the action with a simple button click.

The action is shown on an search view or in the home view, enabling the user to execute the action with a simple button click.

How to use

In order to create an action for a search view, in the Develop app, click on main menu and select Action. In the page that opens click the Add button and then follow the workflow:

Rendering diagram...

In order to update an action, in the Develop app, click on main menu and select Action. In the page that opens select the action to update and then follow the workflow:

Rendering diagram...

Designer

Fields in the sidebar:

  1. UUID - Is the unique identifier of the row in the table (read-only).
  2. Module - Specify if the action is contained in a module.

Entity diagram:

Rendering diagram...

ACTION tab

  1. Name - The name of the action displayed to the user.
  2. Workflow - The workflow of the action to execute. Click the navigate button to create or update the workflow for the action.

INPUTS tab

Fields in the inputs table:

  1. Title - The name of the input field displayed to the user.
  2. Argument Name - The variable that holds the user's input for that specific field.
  3. Input type - The input type displayed to the user.
  4. Catalog - Represents a dropdown or searchable list input that lets users select options from a predefined set of choices.
  5. Default value - The default value to display in the UI.
  6. Is Optional - If the input field is optional or not.
  7. Rank - The rank (order) of the input field.

Tab entity diagram:

Rendering diagram...