Hi,
I am debugging a plugin (Dynamics 365 CRM online version).In the plugin logic, first I am updating an opportunity and then creating a customer record and then creating a lead.when I am debugging the plugin, first two steps are successful (i.e. updating an opportunity , creating a customer record) ,but it's throwing an exception at final step, i.e. while creating lead.
When I stop the debugging and check in CRM, I can see opportunity updated & customer record got created.I am guessing, as the plugin failed in the last step , first two changes should be reverted . Why it's not happening? Any idea ?
*This post is locked for comments