Skip to main content

Notifications

Announcements

No record found.

Community blogs

Featured

Latest blog posts

View all
Like ( 1 )
Adding Notifications and Alerts in Dynamics 365 JavaScript using xrm-ex

Adding 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...

Like ( 2 )
Show and Hide Fields, Sections and Tabs in Dynamics 365 JavaScript using xrm-ex

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...

Like ( 1 )
How to Set and Get Optionset (Choice) in Dynamics 365 JavaScript using xrm-ex

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...

Like ( 1 )
How to Set and Get Lookup Fields in Dynamics 365 JavaScript using xrm-ex

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 ...

Like ( 1 )
How to Set and Get Field Values in Dynamics 365 JavaScript using xrm-ex

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...

Like ( 2 )
A Guide to Simplify Dynamics 365 JavaScript Development using xrm-ex

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...