Update Entity Action Application Steps

1. Create an Edit Form

  • A form is displayed to the user where they can update the entity information:
    • Entity Name (Text Input) → Name
    • Description (Text Area) → Description (optional)
    • Category Selection (Select Box) → CategoryId (optional)

2. Action Definition

  • The following action is added to the ‘Save’ button:
    • + ADD ACTION > OnClick > EAV > Entity > Update Entity
  • Parameters are matched with the Symbol Picker:
  • Id: Form Component or Selected Row
  • Name: Text Input
  • Description: Optional field
  • CategoryId: Optional field (Select Box)

3. Post-Action Usage

  • When the update is complete:
    • A message is displayed to the user
    • The list or detail screen is refreshed
    • The user can be redirected to another page (Navigate)