Set Entity Attribute Value In Dynamic Form Action Application Steps

1. Dynamic Form Preparation

  • Add a Dynamic Form element to your project in the UI Design module.
  • This form must contain a field that matches the AttributeId value when loading attributes.

2. Define the Value Assignment Action

  • For example, a calculation is performed (e.g., salary / number of days).
  • The calculation result needs to be transferred to a Label, Input, or Dynamic Form field.
  • In this case, follow these steps:
    • + ADD ACTION > OnClick > EAV > Dynamic Form > Set Entity Attribute Value in Dynamic Form
    • Parameters:
  • Dynamic Form Component: Form name
  • AttributeId: Symbol Picker > Fixed > The GUID value of the attribute
  • Value: Symbol Picker > Action Result > For example, the result of the Divide action