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.
    When the action is added to the bulk action placeholder, it will turn into a button.
  • 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).
    Warning

    These 3 options (Delete Associated Grid Data, Delete Associated Child Form Data, Delete Files), in combination, do apply to nested grid/child elements.

    These options traverse the entire form tree. It will move on to the next grid/child element upon encountering a false condition.

    For example, consider that the popup form has a form grid, the form grid has a subform, and the subform has a file upload element with abc.pdf. If all options are checked, abc.pdf will be deleted. If all except ONE of the options is checked, abc.pdf will NOT be deleted.

  • Delete Associated Child Form Data?: Deletes child data if the record has child element(s).
    Warning
    These 3 options (Delete Associated Grid Data, Delete Associated Child Form Data, Delete Files), in combination, do apply to nested grid/child elements.
  • Delete Files?: Deletes the actual uploaded file(s) if the record contains a file upload element.
    Warning
    These 3 options (Delete Associated Grid Data, Delete Associated Child Form Data, Delete Files), in combination, do apply to nested grid/child elements.
  • 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).
    Only applicable to row action placeholder.
    • 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
Created by Julieth Last modified by Aadrian on Dec 13, 2024