Latest blog posts
View allIntroduction: Day 2 : using FormContext to retrieve and set field values in MSCRM/Dataverse forms. Sample JavaScript function onLoad(executionContext) { debugger; var formContext = executionContext.getFormContext(); if (formContext.get...
This article is part of the series I am writing on my experiences working with the Power Automate, which is part of the Power Platform from Microsoft. I also have a related series of articles on . I was working on a flow a while ago and was using ...
Calling Business Logic in a Codeunit from a Rec Variable The other day a colleague and I differed in our opinion of calling business logic in a codeunit from a Record variable rather than calling the business logic from some other place, a Page f...
Navigating the demanding landscape of sales can be quite a challenge. But the latest release of Microsoft Dynamics 365 Sales is set to revolutionize this process. The 2024 Wave 2 update introduces a ground-breaking AI-powered account summary featu...
Form Control provides a “No Code/Low Code” Customization tool for Microsoft Dynamics GP that can revolutionize how users, consultants and developers can make changes to how GP windows work. It was added as a new module to GP Power Tools with the r...
Financial Forecasting with Dynamics 365 F&O is not just about predicting your company’s financial future; it’s about creating a strategic roadmap that aligns with your business goals. Dynamics 365 F&O offers a robust set of tools designed to enhan...
When creating (invoice) designs, you may have to have horizontal lines somewhere. This can be easy as well as tricky. I d like to share some use cases from my experience.
Power Automate and Logic Apps both use the same language, Workflow Definition Language (or WDL). The nice thing about Azure Logic Apps and Power Automate, though, is that there’s a fancy front end that allows you to generate most of the code witho...