- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2023 01:54 PM
Hello peeps,
I have a requirement where I need to define a variable on a catalog item that would show all the currencies of the world. For eg:
Field name: Please select the currency in which the project is being performed.
Drop down or reference should be: USD, EUR, INR, CAD, etc,,,
Is this possible? Do we have predefined table for this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2023 02:09 PM
Hi @RohanDS ,
You can leverage the 'fx_currency' table for this, create a field of type reference and refer to the 'fx_currency' table.
Output:
If my answer has helped with your question, please mark it as correct and helpful
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2023 09:24 AM
Hi @RohanDS ,
You can add a variable attribute for this reference field, use this line as variable attribute:
ref_ac_columns=name,ref_ac_columns_search=true,ref_ac_order_by=name,ref_auto_completer=AJAXTableCompleter
Output:
If my answer has helped with your question, please mark it as correct ans helpful
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2023 09:40 AM
Thank you this really helps!