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.
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)