You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Next »

UI actions are the buttons, links and context menu items on forms and lists. They allow doing the UI more interactive, adjustable and comfortable for work.

UI actions types

  1. Form button;
  2. Form header button;
  3. Form bottom button;
  4. Form context menu;
  5. Form link;
  6. List banner button;
  7. List bottom button;
  8. List context menu;
  9. List choice;
  10. Dependency map context menu.

UI actions on the form

UI actions on the list


UI actions customizing

You can create new or customize existing UI actions.

To do this. please perform the following steps:

  1. Navigate to the System Definitions -> UI Actions
  2. Press New or select existing UI-action
  3. Customize UI-action using the form provided;
  4. Press Save.


FieldDescription
NameUI action name. It specifies a text displayed on the button, link or as a context menu item.
TableA table to display UI action on. A form or a list or a context menu must be used.
OrderDisplay order. If there are over one UI-actions of the same type, then they will be sorted in ascending order.
ActiveIf TRUE then UI-action is displayed on form (list, context menu), otherwise, it is not displayed.
ClientIf TRUE then client-side API is available in the Script field; otherwise, server-side API is available.
Show insertIf TRUE then UI action is displayed on the new record insert form; otherwise, it is not displayed.
Show updateIf TRUE then UI action is displayed on the existing record form; otherwise, it is not displayed.
InheritsIf TRUE then this UI action is propagated to all tables that are a child for the table specified in the table field.
Sys overridesThis field is specifying UI action which will be overridden by current UI action.
UI action display type
Form header buttonButton in the form header on the left.
Form buttonButton in the form header on the right.
Form bottom buttonButton at the bottom of the form.
Form context menuContext menu item on the form.
Form linkLink on the form.
Form style

Button style on the form:

  • Primary;
  • Destructive;
  • Unstyled;
  • Approve.

Buttons

List banner buttonButton in the list header on the left.
List header right buttonButton in the list header on the right.
List bottom buttonButton at the bottom of the list.
List context menuContext menu item on the list.
List choiceMenu item for actions applicable to list entries.
List linkLink on the bottom of the list,
List styleForm button style defining (similar to Form style).
Dependency map context menuMenu item on the service model form.
CommentsUI action brief description.
ConditionA condition is written using server-side API, if this condition will be met the Script will be executed.
ScriptThe script that will be executed by clicking the UI action.
URLThis URL will be followed after clicking the UI action.
ParentSpecify the context menu item to be a parent for the current UI action (applicable for the Form context menu UI action type).

  • No labels