Delete Action
The Delete Action allows you to erase the database record that matches the specified record ID. This action can be customized and configured to delete associated data, files, and even abort related running processes.
Configure delete
Select Delete from the Action menu in the lateral menu to add the element Delete.
When adding Delete, you will see the following properties from the element available for configuration:
- Label: Link or button label.
- Form: The form to look up for record deletion.
- Confirmation Message: The confirmation message before performing the action.
- Delete Associated Grid Data?: Deletes inner grid data if the record has grid element(s).
- Delete Associated Child Form Data?: Deletes child data if the record has child element(s).
- Delete Files?: Deletes the actual uploaded file(s) if the record contains a file upload element.
- Abort Related Running Processes?: Aborts the active process instance associated with the record ID if checked.
Visibility control
These 2 sections (Visibility Control and Others) are only visible when Delete Action is used in the List Column.
Fields to Configure:
- Rules: Defines when the action should appear based on the specified condition(s).
- Join Type: Condition type to fulfill.
- Field: Form field ID.
- Operator:
Available operator types include:- Equal
- Not Equal
- Greater Than
- Greater Than Or Equal
- Less Than
- Less Than Or Equal
- Like
- Not Like
- In
- Not In
- Is True
- Is False
- Is Empty
- Is Not Empty
- Regex
- Not Regex
- Value: Shows the action when the form field matches the condition.
Others
Fields additionals to Configure:
- Header Label: Header label of the List Action.
- Display Type:
Display type of the List Action, which can be:- Link Button
- Primary Button
- Secondary Button
- Success Button
- Danger Button
- Warning Button
- Info Button
- Light Button
- Dark Button