Tag Archives: Xrm.WebApi

TypeError: Cannot read property ‘value’ of null

Problem Recently got one issue reported from old code where FetchXML request is executed with XrmServiceToolkit. It was throwing “TypeError: Cannot read property ‘value’ of null”. Solution We are already in process of upgrading all the old code to new Xrm.WebApi code but this was kind of showstopper as custom html web resource was not loading because of this issue…. Read more »

Using Xrm.WebApi in Dynamics 365/CRM

With the release of Dynamics 365 update 9.0, now we have a new library to implement WebApi methods using Xrm.WebApi. Instead of writing complete request, now we can just use direct CURD methods from WebApi. If you are looking for how to write WebApi for Dynamics CRM 2016, check our sample index here Xrm.WebApi have two properties to use for… Read more »