Summary : Updating a record from JavaScript using the Xrm.WebAPi in Dynamics 365 V9
Now let’s
update a record
Syntax: Xrm.WebApi.updateRecord(entityLogicalName,
id, data).then(successCallback, errorCallback);
***Code
starts here***
var entityData =
{
...
Creating a record from JavaScript using the Xrm.WebAPi in Dynamics 365 V9
Create Record:
Let’s
see how we can create a “Lead” record using newly introduced
Web API calls in
Dynamics 365 V9
Xrm.WebApi.createRecord(“entityLogicalName”,data).then(successCallback,errorCallback);
// This line of code is required if you are creating from HTML webresource.
<script src="ClientGlobalContext.js.aspx" type="text/javascript"></script>
var entityData =
{
"subject":...
How to Download Plugin Registration Tool from nuget Using Power Shell Script in Dynamics 365 Version 9.x
Summary : How to Download Plugin Registration Tool Using Power Shell Script in Dynamics 365 Version 9.x
1. Start menu, Search for Windows Powershell and open.
2. Navigate to the folder you want to install the tools to. For example (d:/Tools)
3. Execute the following Script
$sourceNugetExe = "https://dist.nuget.org/win-x86-commandline/latest/nuget.exe"
$targetNugetExe = ".\nuget.exe"
Remove-Item...
Virtual Entity feature in Dynamics 365 V9.x Part 2

Create
a Virtual Entity Data Source
Login
to Dynamics 365 click Settings -> Administration
and then Virtual Entity Data Source to
open the Data Sources grid.
In
the Data Sources grid click on New,
to open the Select Data Provider window
In
Select Data Provider window select OData v4 Data...
RPA: Blue Prism Training Course Content
RPA: Blue Prism Training
Content
Introduction to Blue Prism
Blue Prism’s Robotic Automation
Process Studio
Running a Process
Basic Skills
Process Validation
Decision...
Virtual Entity feature Pros and Cons in Dynamics 365 V9.x.

Summary : Virtual Entity feature in Dynamics 365 V9.x.
Virtual Entity helps us to
get data from External network without any client-side and server-side
approaches. It helps admins and system customizers in administration and
configuration.
Virtual Entity looks in
D365 to user as a regular entity but contains...
Subscribe to:
Posts (Atom)
Popular Posts
-
Power Virtual Agents compliance offering Power Virtual Agents is a Core Online Service, as defined in the Online Service Terms and is compla...
Contact US
EMail: info@crmonce.com
|
Phone Number: +91 9493916112,+91 8096556344 |
Whatsapp: +91 9493916112 |
Skype for Business: umamahesh@crmonce.com |
Upcoming Sessions
Dynamics365 CRM |
D365 CRM Portals/Adxstudio |
CRM Advanced Programming with Azure Integrations |
RESCO MOBILE Development |
Important Links
Blog Archive
-
▼
2018
(34)
-
▼
March
(6)
- Updating a record from JavaScript using the Xrm.We...
- Creating a record from JavaScript using the Xrm.We...
- How to Download Plugin Registration Tool from nuge...
- Virtual Entity feature in Dynamics 365 V9.x Part 2
- RPA: Blue Prism Training Course Content
- Virtual Entity feature Pros and Cons in Dynamics 3...
-
▼
March
(6)