- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2024 02:36 AM
Hi,
i have a field for nationality, from the table core_country, however when selecting an option in the form, the value given is the country code and not the country name. how can i make it so the country name is displayed instead?
Thanks in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2024 02:48 AM
Hi Mipalm,
PFB image for more details about the country field.
Thanks,
Pankaj Kumar
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2024 02:40 AM
What data type have you used?
Please appreciate the efforts of community contributors by marking the appropriate response as the correct answer and helpful. This may help other community users to follow the correct solution in the future.
********************************************************************************************************
Cheers,
Prashant Kumar
ServiceNow Technical Architect
Community Profile LinkedIn YouTube Medium TopMate
********************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2024 02:45 AM
Hi, the Nationality field is a reference to the table core_country
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2024 02:43 AM
Hi Mipalm,
You need to set display value of country to true in the core_country table. then it will start appearing in the list instead of country code.
path to set the display value: go to application navigator> core_country.config> column> locate country field and set the display field check and save it.
Thanks,
Pankaj Kumar
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2024 02:48 AM
Hi Mipalm,
PFB image for more details about the country field.
Thanks,
Pankaj Kumar
Please mark this response as correct or helpful if it assisted you with your question.