Customize Five's Default Action Buttons
Last updated 8/04/2025
By default in your application, you have the same action buttons in the app bars as Five. These can be customized in your application for a form or a process.
Let's look at Five's default Save button on a form. By default, the Save button is a tick and when you hover your mouse on the button, Save is displayed as the tooltip.

If just the caption is customized, the caption will be displayed in the button and when you hover on the button with your mouse, the tooltip will display the customized caption.

If just the icon is customized, the icon will be displayed and when you hover on the button with your mouse, Five's default Save tooltip will be displayed.

If the caption and the icon are customized, the icon will be displayed and when you hover on the button with your mouse, the customized tootip will be displayed.

Forms
The Save, Cancel, Edit, and Copy buttons can be customized on a form in your application.
Field | Description |
---|---|
Complete Caption | Add a caption for the Save button. |
Complete Icon | Add an icon for the Save button. |
Cancel Caption | Add a caption for the Cancel button. |
Cancel Icon | Add an icon for the Cancel button. |
Edit Caption | Add a caption for the Edit button. |
Edit Icon | Add an icon for the Edit button. |
Copy Caption | Add a caption for the Copy button. |
Copy Icon | Add an icon for the copy button. |
Customize a Form Action Button
For this example, the Save button will be customized, however, the same steps need to be applied to all default buttons.
1. Select Visual in the menu.2. Select Forms in the sub-menu.

3. Select your form record in the list.
4. Either click the Edit button in the form app bar or click directly in a field.

5. Click in the Complete Caption field and add a caption for the Save button.
6. Click the Edit button in the Complete Icon field, navigate, and open an image file.

7. Click the Save button in the form app bar.

Processes
The Run and Cancel buttons can be customized on a process in your application.
Field | Description |
---|---|
Complete Caption | Add a caption for the Run button. |
Complete Icon | Add an icon for the Run button. |
Cancel Caption | Add a caption for the Cancel button. |
Cancel Icon | Add an icon for the Cancel button. |
Customize a Process Action Button
For this example, the Cancel button will be customized, however, the same steps need to be applied to all default buttons. To have the Cancel button available on your process, you need to have a function attached to the On Cancel event.
1. Select Tasks in the menu.2. Select Processes in the sub-menu.

3. Select your process record in the list.
4. Either click the Edit button in the form app bar or click directly in a field.

5. Click in the Cancel Caption field and add a caption for the Cancel button.
6. Click the Edit button in the Cancel Icon field, navigate, and open an image file.

7. Click the Events tab

8. Click the lookup icon in the On Cancel field and select your function.

9. Click the Save button in the form app bar.
