About 22,100,000 results
Open links in new tab
  1. Set and Retrieve a Lookup Id and Value using Xrm.WebApi

    Jan 18, 2019 · We can use JavaScript to connect to Dynamics 365 and set and retrieve a lookup id and value. Let’s say on an Account, we have the Owner field, which is a lookup: We would …

  2. Dynamics 365: Javascript retrieveRecord function to retrieve value

    Sep 26, 2023 · I use retrieveRecord function to retrieve lookup values from a lookup and then assign the values to other lookup fields. var result = …

  3. Dynamics 365 – Retrieve Records using JavaScript – Crm Minds

    Feb 4, 2024 · In this post, I’m going to talk about how to retrieve records in CRM using JavaScript and Xrm.WebApi.retrieveRecord() web API. This is a useful method that allows you to get a …

  4. Populate Lookup fields and Text fields from an Entity to Another …

    Feb 20, 2024 · There are cases where we need to set a lookup field on a Dynamics 365 or Power Apps, where we want to retrieve value of lookup fields or Text fields on the form using …

  5. JavaScript Code Snippets for Dynamics 365 – Cheat Sheet

    Example result from the snippet: Result from the formContext.ui.formSelector.getCurrentItem () snippet. Return the look-up value of the current record. Another way to retrieve the current …

  6. Get and Set Field Values using FormContext and JavaScript

    Aug 25, 2019 · In this post, we will look at how to get and set field values using FormContext and JavaScript. Let’s say we want to get and set the Website field of the Account form: Let’s do …

    Missing:

    • Result

    Must include:

  7. How to retrieve a record in Dynamics 365 Online V 9.X using JavaScript

    Dec 26, 2017 · Below is the latest Syntax available to retrieve a record in Dynamics 365 Online V9.X using JavaScript, Syntax: Xrm.WebApi.retrieveRecord(entityLogicalName, id, …

  8. HOW TO GET AND SET LOOKUP FIELD VALUES USING JAVASCRIPT

    Sep 20, 2021 · There may be cases where you need to set one lookup field value into another lookup field on the form using JavaScript in Dynamics 365 . What is Lookup field? A Lookup …

    Missing:

    • Result

    Must include:

  9. Dynamics 365-Get and Set Lookup Field values using Java Script

    May 2, 2022 · var uomidlookup = result._eng_baseuomid_value; The variable ‘uomidlookup’ holds the GUID of Unit of Measure value. If uomidlookup’ contain data, get the name from related …

  10. How to Get and Set a Lookup Field Using JavaScript in Dynamics 365

    Sep 20, 2017 · When setting a lookup value using JavaScript in Microsoft Dynamics 365, the value you use has to be an array and the values in that array must be of type object. Within …

  11. Some results have been removed
Refresh