Project Task Notes: In Dynamics 365 Project Operations, Project Task Notes provide a streamlined way to capture and track important details and updates related to project tasks. These notes can include discussions, decisions, or any relevant information that stakeholders need to be aware of. They enhance collaboration and transparency by keeping all project-related communications centralized... Continue Reading →
Handle Open Operation Set issue using Disposable Interface
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... Continue Reading →