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

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