Resolved! onchange client script, oldValue is not coming in the alert.
Hi All, Its a Yes/No catalog variable. I have written a onchange client script. The requirement is something like "if the particular field changes from Yes to No, do the logic". So i wrote like below, if (oldValue is Yes & newValue is No) but its no...