Tag Archives: MS CRM 4.0

Debugging JavaScript code in MS CRM 4.0

It was real tough not knowing how to debug JavaScript Code in MS CRM 4.0. Every time I had to publish the forms and test with Alert Messages. It really got on my nerves and thought I better find a … Continue reading

Posted in General, MS CRM 4.0 | Tagged , , , | 2 Comments

Using Property Collection in MS CRM 4.0

While using Properties in MS CRM 4.0 one has to be careful as to which dotnet namespace you are instantiating it from. For MS CRM purposes, you need to make sure you instantiate it from Microsoft.crm.sdk and not from System.Data … Continue reading

Posted in MS CRM 4.0, Property Collection | Tagged , , , , , , , , , , , | 1 Comment

Working with Custom Entites in MS CRM 4.0

Working with Custom Entities has been a little tough on me because of the High Learning curve involved.  Finally I did win over and learnt quite a bit about using these entities in custom pages. It’s actually quite simple to … Continue reading

Posted in MS CRM 4.0 | Tagged , , , , | 2 Comments