delegateas / XrmMockup

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

Resolve incident fixes #235

Closed Mai98 closed 2 months ago

Mai98 commented 3 months ago

Fixes #208 In CloseIncidentRequestHandler use UpdateRequest instead of SetStateRequest

Fixes #93 In UpdateRequestHandler check if the target entity is an Incident whose state is Resolved. If yes, throw a FaultException. Introduce custom parameter CloseIncidentRequestHandler to detect if the call was made from that particular handler. If yes, then ignore the check and update the incident as resolved.