Use Case: Adding Dynamic Fields in a CRM Application

In a CRM application, the user wants to add fields such as ‘Date of Birth’ and ‘Customer Notes’ to customer cards.

  • The user selects the relevant customer entity.
  • Selects one of the attributes defined in the system.
  • When the ‘Add Field’ button is clicked, the MapEntityAttribute action is executed.
  • The selected attribute is linked to the relevant entity.
  • The Dynamic Form is recreated according to this new attribute.
  • This process is repeated for each attribute.