Delete row action

Use the Delete row action to delete a row from a table in a form.

For example, to delete details from a table whenever a leave is canceled, add the Delete row action to the Cancel Leave button on the form. Once the row is selected, and the Cancel Leave button is clicked, the row is deleted from the table.

  1. On the form modeling bar, click Actions and click New.

    The New action dialog box is displayed.

  2. On the Type list, select Delete row.
  3. Change the default Name (DeleteRow1) to something meaningful.
  4. Optional. Enter a Description for the action.
  5. On the Selected table list, select the required table.
  6. Click Add.
  7. Associate the action with the control to trigger this action. See Configure actions for form control events. Alternatively to call this action for a form event, associate the action with the form. See Associate an action with a form.

    When this action is triggered, selected row of the table in the form or the control is deleted.

    If the Multi-select option is enabled, you can delete selected rows or all rows of a table. See General properties of a table.