Issue I faced in SSRS reports customization and found the solution Issue : Customized Reports, when you saved as PDF from report viewer of CRM always have blank page in it or extra page even there is no data on page one. Solution : Modifying the page width which must be greater than … Continue reading Blank Page in SSRS Report for MS CRM.
Blogs
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
Office Graph Removed from Ms Dynamics 365
Office Graph Integration Removal Office Graph integration for Dynamics 365 Customer Engagement will be removed on August 31, 2017, at the same time that Office ends GQL query support. After August 31st, the Office Graph trending documents component will cease to function and customers will see the following error message: We can't get to the … Continue reading Office Graph Removed from Ms Dynamics 365
How to delete Business process and its records for an entity perfectly
Step 1 : Create Entity with business process enabled and add some fields to use in Business process stages. Note : Each Stage must have at least one field in it. Screen Shot : Adding Entity Screen Shot : Adding Fields Step 2 : Screen Shot : Create business Process flow for same Entity with … Continue reading How to delete Business process and its records for an entity perfectly
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