You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 29 Next »
UI actions are buttons, links, and context menu items on forms and lists. They allow customizing the UI to be more interactive, adjustable, and comfortable for working.
UI actions types
- Form button;
- Form header button;
- Form bottom button;
- Form context menu;
- Form link;
- List banner button;
- List bottom button;
- List context menu;
- List choice;
- 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 complete the following steps:
- Navigate to System Definitions -> UI Actions;
- Click New or select existing UI-action;
- Customize UI-action using the form provided;
- Click Save.
Field | Description |
---|---|
Name | UI action name. It specifies a text displayed on the button, link or as a context menu item. |
Table | A table to display UI action on. A form or a list or a context menu should be used. |
Order | The displaying order. If there are over one UI-actions of the same type, then they will be arranged in ascending order. |
Active | Mark this checkbox to display the UI-action is displayed on form (list, context menu). |
Client | When set to TRUE, client-side API is available in the Script field; otherwise, server-side API is available. |
Show insert | When set to TRUE, this UI action is displayed on a new record insert form; otherwise, it is not displayed. |
Show update | When set to TRUE, this UI action is displayed on an existing record form; otherwise, it is not displayed. |
Inherits | When set to TRUE, this UI action is propagated to all the tables that are a child for the table specified in the table field. |
Sys overrides | This field is specifying UI action which will be overridden by current UI action. |
Wait server response | When set to TRUE, the system will wait for the server response after clicking the button. The button will be disabled until the server responds. |
UI action display type | |
Form header button | Button in the form header on the left. |
Form button | Button in the form header on the right. |
Form bottom button | Button at the bottom of the form. |
Form context menu | Context menu item on the form. |
Form link | Link on the form. |
Form style | Button style on the form:
|
List banner button | Button in the list header on the left. |
List header right button | Button in the list header on the right. |
List bottom button | Button at the bottom of the list. |
List context menu | Context menu item on the list. |
List choice | Menu item for actions applicable to list entries. |
List link | Link on the bottom of the list. |
List style | List button style defining (similar to Form style). |
Dependency map context menu | Menu item on the service model form. |
Comments | UI action brief description. |
Condition | A condition written using server-side API; if this condition will be met then the Script will be executed. |
Script | The script that will be executed by clicking the UI action. |
URL | This URL will be followed after clicking the UI action. You can use variables listed below there:
|
Parent | Specify the context menu item to be a parent for the current UI action (applicable for the Form context menu UI action type). |
- No labels