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
- EntityId: Symbol Picker > Form Component / Select Box / Action Result
- AttributeId: Symbol Picker > Select Box / Fixed
- Value: Symbol Picker > Form Component
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.