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

Category: Dynamics 365 CRM

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

MS CRM Best Practices

Best Software is the product of best practice. A successful Dynamics CRM implementation depends on the best practices followed during the development phase. For better performance every developer should follow some proven set of best practices. In my experience I did not followed the best practices very frequently following the policy “I know how to…
Read more