
hello experts,
I am trying to generate events to the header, but it is not possible since it is a section protected by the system. How can I generate events to the fields? any answer would be very helpful. Thank you
*This post is locked for comments
I have the same question (0)Hi,
By design CRM doesn't allow you to register any events on fields placed at header thus you cannot register any java script on any header field change event.
However there are alternate options available for you. You can develop an out of box workflow and select field change option where you can see the header fields (owner, creater on, status etc.)
If your business logic is complex, then only way to generate an event out of changing header fields is by writing a plugin on update step and inside filtering attributes select the header fields.