Latest blog posts
View allAdding Notifications and Alerts in Dynamics 365 JavaScript with xrm-ex – Learn how to display dynamic alerts, field-level notifications, form messages, and global notifications in Dynamics 365. This guide covers practical examples for error handli...
Learn how to efficiently manage fields, tabs, and sections in Dynamics 365 forms using the xrm-ex library. This guide covers controlling field visibility with .setVisible(), .setDisabled(), and .setRequired() to show, hide, enable, disable, or set...
This guide delves into managing optionset (choice) fields in Dynamics 365 using the xrm-ex library. It explains how to retrieve optionset values as numeric values or text labels and provides examples of setting options by either label or predefine...
This guide provides a detailed look at managing lookup fields in Dynamics 365 using the xrm-ex library. It explains the unique structure of lookup fields, which store IDs, entity types, and formatted values, and demonstrates how xrm-ex simplifies ...
This guide provides a comprehensive introduction to setting and retrieving field values in Dynamics 365 using the xrm-ex library. It covers essential field types—text, number, date, and Boolean—explaining the unique characteristics of each and how...
In this guide, I introduce Xrm Extensions, an open-source framework that simplifies JavaScript development for Dynamics 365. Xrm-Ex brings type-safe structures and enhanced IntelliSense to streamline attribute definitions, making code more intuiti...