Skip to content

Nishant Rana

1,318 Posts
52,226 Views
Dynamics 365 Customer Engagement

Use CrmServiceClient to execute web request against Web API – Dynamics 365

In the previous post we saw how to use CrmServiceClient to connect to CDS using Authentication Type – OAuth and execute web request using Organization.svc service https://nishantrana.me/2020/11/09/sample-code-to-connect-to-cds-dynamics-365-ce-using-oauth/ Here…

📅 17 November 2020 👁 54 views
Dynamics 365 Customer Engagement

Power Apps | Microsoft Dataverse

Originally posted on Rajeev Pentyala – Microsoft power platform blog: Microsoft Dataverse Common Data Service (CDS), the sophisticated and secure backbone that powers Dynamics 365 and Power Platform,…

📅 17 November 2020 👁 52 views
Dynamics 365 Customer Engagement

Embedding Canvas App in an Iframe inside Dynamics 365

Canvas App can be easily embedded in a web site using the Iframe. Say e.g. we have the following Canvas App to be embedded inside Dashboard in Dynamics…

📅 12 November 2020 👁 47 views
Dynamics 365 Customer Engagement

Sample code to connect to CDS / Dynamics 365 / CE using OAuth

Sample code for quick reference for connecting to CDS through a console application using OAuth Add the NuGet package for Microsoft.CrmSdk.XrmTooling.CoreAssembly in the project Note – Here we…

📅 9 November 2020 👁 55 views