Posted on September 15, 2009 by Ayaz Ahmad [MVP - MSCRM]
It is often required to format and validate HTML contents in CRM 4. Here is a quick way of integrating a JavaScript WYSIWYG Editor. You can find many open source as well as 3rd part JavaScript WYSIWYG Editors. The editor I have used in my post is from TinyMCE – Javascript WYSIWYG Editor.
TinyMCE is a [...]
Filed under: ASP.NET, CRM Development, CRM Integrations, MSCRM General | Tagged: CRM4, Javascript editor, WYSIWYG Editor | 4 Comments »
Posted on July 23, 2009 by Ayaz Ahmad [MVP - MSCRM]
Microsoft Dynamics CRM 4 does not expose any event when records are associated through N:N relationship. So if you want to perform some function when a record is associated to another record in N:N relationship, CRM simply excuses and you have to look into hacks and unsupported solutions.
Hack 1:
There is a cool hack by Aaron [...]
Filed under: MSCRM General | Tagged: CRM4, Customization & Development, MSCRM | Leave a Comment »
Posted on March 17, 2009 by Ayaz Ahmad [MVP - MSCRM]
Microsoft Dynamics CRM 4.0 provides a Duplicate Detection feature to protect the quality of your data. Duplicate Detection rules can be defined for different record types, including custom entities, and can be defined across record types as well.
In background a matchcode service is running and creating/updating matchcode for new/existing records. This matchcode will be matched [...]
Filed under: MSCRM General | Tagged: CRM4, Dup Detection, Duplicate Detection, Matchcode | 4 Comments »