Tag Archives: JavaScript
Microsoft Dynamics CRM 4 field level validation using javascript regular expression on client side handling the onChange event to validate and check the value and text of a CRM 4.0 field
Please note that this post is aimed as showing how to use javascript regular expression field level validation in Microsoft Dynamics CRM. The post does not focus on the many ways of getting a regular expression. The example regular expression below is used for explanation only.
If you want to create validation at field level in [...]
Hide tab in any entity form in Microsoft Dynamics CRM 4 using Javascript in onLoad event of the form.
Hide tab in any entity form in Microsoft Dynamics CRM 4 using Javascript in onLoad event of the form.
Hide, Display, Resize and Rename left navigation links, CRM fields and attributes using Javascript for Microsoft Dyanmics CRM 4.
Scripts for Resizing, Hiding and renaming left navigation links, fields and attributes in Microsoft Dynamics CRM 4 using Javascript.
Hiding Left Navigation Menu Items in an Entity Form using Javascript in Microsoft CRM 4
This is just a follow on from my previous post (http://www.mohamedibrahim.net/blog/2009/07/30/renaming-left-menu-items-leftnav-entity-microsoft-dynamics-crm-4/). In this post, I explained how to rename left menu items in an entity form using javascript.
These links are created when a new N:1 relationship is created between two entities. The primary entity in this relationship will get a new left navigation link everytime a [...]
Renaming Left Navigation Menu items (leftnav) of an Entity in Microsoft Dynamics CRM 4
I will try to make this as simple and straight to the point as possible.
This post is to explain how to to change the name and rename one or more of the left menu items – leftnav - items of an Entity, for example the Account entity or the Contact entity or any other Custom entity. In summary, this [...]