To connect CRM check my blog here To Create Entity check my blog here To Update Entity check my blog here To Enable Audit in MS CRM using C# code check my blog here Only Code No Talks
Tag: Technical
CRM Trchnical
How to update Entity MS-CRM(C#.NET)
To connect CRM check my blog here To Create Entity check my blog here Only Code No Talks
How to create and publish Entity MS CRM (C#.NET)
To connect CRM find my blog here Only Code No Talks.
CrmLoginScreen.xaml don’t have all region in Online Region Options set
This issue comes when you have developed your Windows application before new regions were introduced. With Microsoft.Xrm.Tooling.CrmConnectControl Dll Version 1.0 you get only this three options to connect. but now when you have to migrate your application or upgrade your windows application to your latest CRM instance. First Question comes in mind is how to … Continue reading CrmLoginScreen.xaml don’t have all region in Online Region Options set
No More SDK for MS CRM Developer
No more monolithic SDK download SDK is now Developer Guide Nuget will serve us all developer now on. Microsoft Offical
Auto Numbering for Custom Entity in Dynamic CRM
No need to Make any plugin or any external call for auto numbering. Auto number is now possible using just one attribute. Things to do before getting in to this. Should have one CRM instance. (D365 30days free trail will do) Create Custom Entity (No Extra Fields are required, except the primary one which is … Continue reading Auto Numbering for Custom Entity in Dynamic CRM
Simple Code to connect to MS D365 Online using console Application
Install Libraries via Nuget : Install-Package Microsoft.CrmSdk.CoreAssemblies Install-Package Microsoft.CrmSdk.XrmTooling.CoreAssembly now only thing here to think of is what will be the value of key CrmOnlineStringFromAppConfig in app.config how to get all the three properties of Connection string Url : Login to CRM online instance go to setting > customization Click Developer Resources you will see … Continue reading Simple Code to connect to MS D365 Online using console Application