Reputation: 2607
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
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.
Upvotes: 1