MS CRM 4

CRM 4.0 codename field on Campaign entity

I tried updating codename field’s value on campaign entity in MS Dynamics CRM 4 however it did not save value for codename but was saving everything else. Tried both in C# and on form (readonly, changed css) but in both … Read More

CRM Javascript load SecLib::AccessCheckEx failed. Returned hr

You might come across a weird type of error on load event (or anywhere else) if you are trying to read data from a different entity. “SecLib::AccessCheckEx failed. Returned hr = -2147187962, ObjectID: 86369f24-cc3d-e111-82bf-0050569d003d, OwningUser: 803962ed-8a92-e011-a5bc-0050569d0012 and CallingUser: 42e9d69c-a865-e411-bd98-005056aa4d5a” This … Read More

CRM 4 Javascript Error: A currency is required if a value exists in a money field

How to use money type of attribute as a lookup in CRM 4.0 Sometimes we need to load a value in an attribute of type money on CRM form using JavasScript Usually we can use script below to assign values … Read More

How to create a new plugin in MS Dynamics CRM 4.0

How to create a plugin in MS CRM 4 and deploy In this tutorial we will be using MS Visual Studio 2013 to create a plugin using C# and deploy it to CRM 4. We want create a plugin which … Read More

CRM 4 the key specified to compute a hash value is expired

On Microsoft Dynamics CRM 4 this error comes due to the follow reason. If MS Asynchronous service has been disabled or stopped then following error occurs.“The key specified to compute a hash value is expired, only active keys are valid. … Read More