noobie
noobie

Reputation: 2607

Dynamics CRM suppress record unavailable exception

Is there a way to suppress/handle the "Record Unavailable" exception using a plugin/JavaScript. When a user tries to open a record that no longer exists, I want implement a custom process to proceed. We are using Dynamics CRM 365.

Thanks in advance

Upvotes: 2

Views: 197

Answers (1)

noobie
noobie

Reputation: 2607

Implemented a workaround using a similar approach outlined in this article. Essentially, I check to see if the record exists in the retrieve message and then trigger a custom action if it did does not exist anymore i.e recreate the record.

https://ameedsheikh.wordpress.com/2015/08/24/integrate-lob-data-details-in-crm-without-loading-large-data-volumes/#comment-178

Upvotes: 1

Related Questions