delegateas / XrmMockup

Engine which simulates your exact Dynamics 365/CRM instance locally including all of it's logic!
Other
71 stars 28 forks source link

Add sdkmessageprocessingstepid to pluginQuery. #202

Closed Kato88 closed 2 years ago

Kato88 commented 2 years ago

In order to match the later retrieved entity images the id is required. so far it was always guid.empty. So I added the id to the query expression.

Kato88 commented 2 years ago

I also included a "Distinct = true" since it was also possible to retrieve the same sdkprocessingstep multiple times.