Set Entity Attribute Value Action Application Steps

1. Get Input from User

  • Data is collected from the user using form components (e.g. text box, date picker).
  • The data obtained from the form is transferred to the Value parameter.

2. Add Action

  • Add the following action to the ‘Save’, ‘Update’ or form submission button:
    • + ADD ACTION > OnClick > EAV > Entity Attribute Value > Set Entity Attribute Value
  • Parameters are set:
  • EntityId: Symbol Picker > Form Component / Select Box / Action Result
  • AttributeId: Symbol Picker > Select Box / Fixed
  • Value: Symbol Picker > Form Component
  • Enable Audit Log (Optional): Ensures that actions performed during execution are added to the audit log records. This allows you to track when changes were made to the system, by which user, and within the scope of which action.

3. Using the Result

  • If the operation is successful:
    • An information message can be displayed
    • Page redirection can be performed
    • The form can be cleared (Clear Dynamic Form)
  • If there is an incorrect entry, a warning can be displayed to the user.