Skip to main content

Notifications

Announcements

No record found.

Community blogs

Featured

Latest blog posts

View all
Like ( 1 )
How to Set and Get Lookup Fields in Dynamics 365 JavaScript

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

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