Dropdown Currency conversion options missing for price fieldsIssue After adding price fields to a form, there is no way to convert to a specific currency type as they are missing from the provided dropdown box. ReleaseAll versionsCauseThis is expected out-of-the-box behavior. The dropdown options for those price fields are taken from the [fx_currency] table. By default, many of the currencies included on that table are set to active = false. Resolution1. Check and confirm that the desired currency record exists on the [fx_currency] table. 2. If it does not exist, create it with the correct conversion rate configured. 3. If it already exists, modify the [fx_currency] record to enable the Active checkbox.Related LinksSetting up and operating FX Currency fields