I have a requirement of multiplying the price field which is a currency data type with the unit which is a whole number data type and store it in another field total amount which is a currency field.
Tried to use the calculated field but it doesn't support the currency. Can someone help me write a JS to achieve this?
Many thanks!