Hi, people. I've been thinking to generate additional properties to an existing Entity at runtime. My system supports different customer, and from different customer has different desire to add the fields to an Entity at runtime.
For flexibility, the system will have a setting to let the user add non-existent field for the Entity. However, it will not go through the designer, as every time need to build for the new field has to go update the system.
Thank you.