How to display Country name instead of country code in form?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2022 08:59 AM
I have a country field ,which will be display value based on account field in the form.
Currently the country field is displaying country code , but i want it to display country name .
ex: Instead of CN , i want it like china.
Can someone help?
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2022 09:42 AM
Hello,
Is the country field a reference field to some table. if yes then you will have to go to that table configure->dictionary of the country name field and make the display value as true and for field country code make display field as false
Also, incase if it not a reference field then please paste the current code we can modify it accordingly.
Please mark my answer as correct based on Impact.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2022 10:48 PM
I don't recommend modifying the display value of core tables including the country table. Can you elaborate on how is CN populated currently
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2022 09:00 PM
Currently the CN is populated based on the account value we choose in the form.
Based on the account field , the country fields value is populating. Is that possible with reference qualifier, or how?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2024 01:54 AM
Hi, im currently facing a similar situation where im using the table core_country on a form and its displaying the country code instead of the name. Did you reach a solution?