Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / Mayur Hande's Blogs / Handle Open Operation Set i...

Handle Open Operation Set issue using Disposable Interface

HandeMV Profile Picture HandeMV

Problem Statement:

In C# code, if an exception or error occurs while adding operations to an Operation Set, it remains in an Open state. Since each user has a limit of 10 open Operation Sets, exceeding this limit causes other Operation Sets to fail. To address this issue, the Disposable Interface can be used to automatically release or abandon an Operation Set in case of any exception or error. 

To see detailed blog with steps and code, visit Handle Open Operation Set issue using Disposable Interface

Comments

*This post is locked for comments