Bhubaneswar, Odisha, India
+91-8328865778
support@softchief.com

Month: November 2015

Form Script Customization

This post defines how to use client scripts like javascript, JQury and XRM in Dynamics CRM Customization

Configuration Best Practice

Dynamics CRM has opened a wide space for configuration and its really fun configuring CRM. But the important thing is to properly configure the system which will look consistent. Dynamics CRM and Microsoft applications are well known for its User Interface and Its best practice to follow the legacy UI rules of Microsoft that’s why…
Read more

CRM 2011 V/S 2013 V/S 2015

Here is a list of differences between 3 mega versions of Dynamics CRM. Features CRM 2011 CRM 2013 CRM 2015 User Interface Contextual Ribbon Bar. CRM Functional groups like Sales, Services, Marketing, Workplace etc. are at bottom left of the home screen. Pop up windows are more. Ribbon Bar is replaced by top Command Bar…
Read more

Customization Best Practice

A cleaver developer thinks configuration first before customization Although Dynamics CRM provides flexibility to customize the solution, we need to be very cautious customizing the CRM objects. A cleaver developer chooses configuration first instead of customization. So always think twice if a specific task can be configured first than you go for customization. Follow the below points…
Read more

Performance Best Practice

A well performed CRM system earns millions of happy customers. Performance is a factor which comes first in every software implementation and Microsoft Dynamics CRM is not an exception. For a successful CRM implementation we must follow some proven practices. The below best practices ensures better performance in CRM implementation. Let’s explore the performance booster ideas.…
Read more

Using CrmSvcUtil.exe

A Magic is just a stick and brain that’s all. Using the magic tool CrmSvcUtil.exe which can be found in Bin folder of CRM SDK (download). This is very easy way to create CRM organisation entity proxy class which is used in the project. If you are using On-Premise CRM server type the below command…
Read more

Sequencial GUID in C#

Using windows UuidCreateSequential method we can create sequential GUID while creating records in CRM if required. This is a C# code using an in-built method of rpcrt4.dll. I recommend to allow the system to create GUIDs without using custom code. But if requirement strictly demands then we can use the below c# code to generate sequential GUIDs.…
Read more