Latest blog posts
View allThis post is part of the series in which I am taking a look at the new functionality introduced in Microsoft Dynamics 365 Business Central 2025 Wave 1. The 4th of the new functionality in the section is post foreign currency adjustments to unreali...
AMCS by Avantiico, a robust multi-company accounting software native to Dynamics 365, is now offered in free and premium versions. Find out how these solutions can automate time-consuming accounting tasks, enable multi-entity workflows, and allow ...
The post No Alternative to Maplytics: The Unmatched Choice for Dynamics 365 Maps Integration [https://www.maplytics.com/blog/no-alternative-to-maplytics-the-unmatched-choice-for-dynamics-365-maps-integration/] appeared first on Blog | Maplytics [h...
Sometimes in your projects you need to read Fields displayed in Quick View Form using JavaScript. This post help you how to read Quick View Form Fields in Javascript. Here is the sample code. This function retrieves a field value from a Quick View...
It’s been a while since I made one of these – and to be totally honest – when typing this sentence, I don’t have a clue (well – may be a little) of what’s going to be in the upcoming Business Central release. But since I want to know, let’s go ov...
In your Project requirement, you may need to fetch Owner lookup field or any custom or out-of-the-box lookup fields using JavaScript XRM WEB API in Dataverse. Its not straight forward to retrieve lookup fields so you need to follow some steps. don...
Use Tooltip effectively. A tooltip is a brief, informative text that appears when users hover over certain interface elements, such as a field caption or action. The post BC Friday Tips #17 Using Tooltips [https://thatnavguy.com/bc-friday-tips-17...
In most of the applications it is a common thing to show logged in user name on the top of the page somewhere at corner right . In Traditional Microsoft’s ASP.NET we use GetUserId() method present under Identity libraries present in Microsoft . Th...