Multicurrency Control of the Forms File
If you set the class attribute of the control tag to multi_currency, then you must specify the following tags in the control tag:
value_field. Contains the amount field name.
currency_field. Contains the currency field name.
exchangedate_field. Contains the exchange date field value. This tag is optional.
Example Code of the Multi Currency Control
The following code illustrates usage of the multi_currency control:
<control id="1" class=" multi_currency " tab_order="1">
<value_field>Revenue</value_field>
<currency_field>Currency</currency_field>
<exchangedate_field>Date</exchangedate_field>
</control>