Delete Entity Action Application Steps

1. Selection Area in the User Interface

  • A list or Select Box is created for the user to select the entity they want to delete.
  • The ID information of the selected entity is stored.

2. Defining the Delete Action

  • A button named ‘Delete’ is added.
  • When this button is clicked, the following action is added:
    • + ADD ACTION > OnClick > EAV > Entity > Delete Entity
  • Id: Configured as Symbol Picker > Form Component or Fixed.
  • Enable Audit Log: Ensures that updates made to the Attribute are added to the audit log records. This allows tracking of who made the changes, when they were made, and in which areas.

3. Post-Action

  • When the action is completed:
    • The list can be updated
    • A message can be displayed to the user
    • The user can be redirected to another page (Navigate)