Add onchange event to a "locked" field in Dynamics CRM 4
Posted
by Evgeny
on Stack Overflow
See other posts from Stack Overflow
or by Evgeny
Published on 2009-07-30T22:59:21Z
Indexed on
2010/06/07
1:22 UTC
Read the original article
Hit count: 612
I'm customising Dynamics CRM 4 and would like to modify the Form for the Case entity to add some JavaScript to the onchange event for the Knowledge Base Article lookup field (kbarticleid_ledit). However, when I click Change Properties for that field I get an error message:
This field belongs to a locked section and cannot have its properties modified.
How can I get around this and edit it? Is there a workaround similar to customizing the Article view? Or can I hack the DB somehow to "unlock" that field?
© Stack Overflow or respective owner