Problem: As a result of the Microsoft Project Operation Update 4.106.0.25, we're encountering a Query Builder Error when trying to delete a time entry. Upon reviewing the logs, we found that the Microsoft.Crm.AuditMonikerMessagesPlugin is failing with the error message: "The specified field 'msdyn_createdbycopilot' does not exist in Microsoft Dynamics 365." Solution: This plugin is activated... Continue Reading →
Automated Project Task Notes in D365 Project Operations
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 →
Custom Price List for Quote using Cloud Flow
In our latest blog post, we dive into the power of Cloud Flow in Dynamics Project Operation, specifically focusing on creating custom price lists for quotes. Discover how this innovative feature enables you to tailor pricing options to meet the unique needs of your projects. Learn step-by-step how to leverage Cloud Flow to automate and... 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 →