Quantcast
Viewing latest article 7
Browse Latest Browse All 10

Microsoft Dynamics CRM 4.0 Bit field Onchange instant response Jscript

Image may be NSFW.
Clik here to view.

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


Image may be NSFW.
Clik here to view.
Image may be NSFW.
Clik here to view.

Viewing latest article 7
Browse Latest Browse All 10

Trending Articles