Tag Archives: API

Get Parent Record ID Using Dynamics 365 CRM Client API

Introduction There are a number of client APIs provided by Microsoft that helps developers work seamlessly with D365. One such useful method is getPageContext() in Xrm.Utility that can be used to get page context as an object representing the page. In this blog, we will see how we can use this method. For an instance,… Read More »

Create or Update through a single request – Upsert in Dynamics CRM 2015 Update 1

Background: Traditionally, insert and update have always been separate requests in Dynamics CRM. The logic to identify whether a record has to be created or updated was always something the developers had to handle themselves. Once you have identified the action to perform, call the appropriate message. The API enhancements introduced in Dynamics CRM 2015… Read More »