Usage Scenario: Updating Entity Information

In an admin panel, a user wants to change the name and description of an entity in the system.

  1. Entity information is displayed in the form.
  2. The user makes changes.
  3. When the ‘Update’ button is clicked, the Update Entity action is executed.
  4. The updated information is saved and a success message is displayed to the user.