Add a 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.
  2. On the Actions page, click Add Generic Add.
  3. On the Type list, select Delete Table Row.
  4. Enter a Name and Description for the action.
  5. Consume the required table in the Selected Table box.
  6. Click OK.

    The newly created action is added to the table.

  7. Click Save.
  8. Associate the action with the control to trigger this action. To call the Delete Table Row action upon form load, associate the action with the form. See Associate an action with a form or control.

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

    Note If the Multi-Select option is set to Yes (See Advanced properties of a table), you can delete selected rows or all rows of a table.