Currency field on record producer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2023 09:14 PM
Hi All,
We have record producer and there is field 'Estimated budget' on backend we can able to create currency type field but on form there is no currency type variable, we created string field and when we enter currency and currency symbol ex: $11222 like this, it is not mapping. we have different employees from different locations. could anyone please help on this to achieve.
Thanks in Advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2023 10:57 PM
Hi @Mounika M ,
It is not best way to identify the currency value based on symbol, why because the same sign can be used by different countries. For example, the $ sign is used by many countries, It is better to set a separate variable to select the Currency and another field for currency value.
If you follow the two variables approach as I mentioned, it would be easier for conversion and storing the data using the record producer script.
Anvesh