
I have a boolean field on my order form that is a two-option control\boolean field. When a user clicks the control it toggles between yes/no.
When the user clicks, I want to be able to conditionally cancel the event and the value does NOT change. There doesn't seem to be a way to do this in CRM even though you can in JavaScript?
My only idea is to remove the default control and replace it with a webresource that I can more easily control, but I want to see if there is a built in way to do this before I take this approach.
Thank You,
Coty
Hi,
Unfortunately you can't do this any supported way , even if you trigger a JS function to set the same value using JS, in that case you will never change the value of the field when actually you need to change.
I think the best way to train user accordingly ,otherwise go with web resource concept which you thought.