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

FIX: Avoid NullReferenceException in incident update handler #241

Closed mkholt closed 1 month ago

mkholt commented 1 month ago

An error was introduced when state is not part of an incident update request. Check that the parameter is set before trying to access it.