jump to navigation

Microsoft Dynamics CRM 4.0 Bit field Onchange instant response Jscript November 27, 2010

Posted by jarrettexpertcrm in Microsoft CRM General.
Tags: , , , , , , , ,
trackback


In many situations you need the instant reaction when a user clicks a bit field, not the delay it normally does. By using the below code, you will now be able to click the bit field and have instant results. Not having to click off screen for the onchange to fire.

The following code will be placed Onload. Replace “bitfield” with your actual bit field, and place your onchange code inside the “{}”

crmForm.all.bitfield.onclick = function()
{
//Existing onChange() code
}

Enjoy!

-JC

For more information about Dynamics Four or to contact us please visit http://www.dynamics4.com

Comments»

No comments yet — be the first.

Leave a comment