Hello, Thanks for visiting, some goodies for you. Recently I have met CRM MVP Guido Preite came to know the beauty of webapi on JavaScirpt. Smart code and quick development
Hello, Thanks for visiting, some goodies for you. Recently I have met CRM MVP Guido Preite came to know the beauty of webapi on JavaScirpt. Smart code and quick development
In this post I provide 2 ways to retrieve duplicates – using plain JS way and with usage of Xrm.WebApi namespace that was introduced as a part of 9.0 release.
Introduction External data can be integrated with Dynamics 365 CE in multiple ways . Some of the common approaches are by using a middleware such as Logic Apps or Scribe
var target = { “accountid”: “ACAAB842-21C7-E811-A96F-000D3A16A41E”, //put <other record type>id and Guid of record to share here “@odata.type”: “Microsoft.Dynamics.CRM.account” //replace account with other record type }; var principalAccess =
Hello everyone, In some scenarios, we have to get JSON as input data and then use it in order to perform an action within another system. I’ll introduce the usage