Hi All,
I have javascript on my form wherein onchange of a field, currency is set.
For eg i have a field named 'Field1', on change of a value in 'Field1', currency is set and an another money field is set based on the currency selected.
So the scenario is, when the value from Field1 is removed, currency is set to blank,after then if a value is selected in Field1, eventhough the currency is set it throws an error "Currency is required if a value exists".
Kindly suggest.