Hi,
I have 2 field here :
“Currency” and “Unit Price” .
in the form, i want to change decimal precision if the currency is changed.
for example, if user select currency field to “Indonesian Currency (IDR)” then decimal precision in “unit price” field is 2, ex : 1,29.
and if user select currency to “US Dollar (USD)” then decimal precision for “unit price” is 5, ex : 1,29543.
how can i achieve that in scriptcase. ?
i think i should go with ajax on change event in “Currency”, but how to set decimal precision on the fly ?
many thanks
moelath