Wednesday, October 15, 2008

Enabling fields and events in bulk edit forms

You may have noticed that in CRM 4.0 the JavaScript events do not fire in Bulk Edit forms. It doesn't seem a big issue, because until today I haven't heard any complaints about it - or I already forgot them. Anyway, there are two things about the Bulk Edit form that you should know:

Any event handling code (OnLoad, OnSave, OnChange) is disabled by default, but you can get them working again.
Any field having an OnChange event handler applied is disabled on the form. You can fix that as well.
Click here to read more

No comments: