I am trying to use plugin to update custom entity records. I registered the plugin in 'Update', post-operation, synchronous. I wish if I launch then save the form, those empty fields will be populated with calculated values. Some of the empty attributes
are hidden fields, some are visible. The problem is, Entity entity = (Entity)context.InputParameters["Target"]; only contains the attributes to be updated. (Entity)context.PreEntityImages["PreImage"]; only contains the
attributes contain data. Where are those attributes, which do not contain data? How do I update them?
↧