Search code examples
dynamics-crmmicrosoft-dynamics

Missing Fields on Create stage of the Dynamics CRM Plugin


Is there a way to access empty fields of a Target entity in the preoperation stage when it has not been populated by the user?


Solution

  • The short answer is no.
    Target only contains attributes whose values were changed or deleted.
    Images only contain attributes that were chosen in Plugin Registration Tool. But they still do not contain attributes with NULL values.
    If you tell us more about your development, maybe we could suggest something else.