Place a small custom button to the right of the label of the specified field.
By combining with the condition of “when the button is clicked,” you can customize the action.
Simply placing the button on the screen will not make it functional; pressing it will have no effect. To make something happen when the button is clicked, you need to add a specific action and set the condition to “when the button is clicked” for that action.
You can place multiple buttons in one field. In this case, buttons are added from left to right in the order the actions were performed.
Placing the button does not widen the field display. When the button label is too long or more than two buttons are present, the adjacent field may obscure them.
Set Field and Label.
Select the field where the button will be placed.
Note that this parameter does not accept the following field types:
This parameter does not accept fields that are inside tables.
Specify the label to display on the button on screen.
The button that will be placed will be assigned the following CSS class names:
Additionally, an ID will be assigned using the format:
The ID will consist of “customine-button-action” followed by a numerical value.
With this ID, you can customize the button style by registering a CSS file in the application.
The mobile view is not supported. There is no error when executed on the mobile version, and nothing happens.
The record list screen is not supported. An error occurs when executed on the record list screen.
If the “Hide field name” option is turned on in the field settings, an error will occur at runtime. For table, if the “Hide table name” option is turned on in the table settings, it will result in an error.
If the field is not displayed for some reason, it will result in a runtime error. For example, the following cases may occur:
Internet Explorer 11 is not supported.