Unblocking A Country
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-18-2023 09:41 AM
Hi Community!
How do I unblock a country from the list of blocked countries?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-18-2023 01:29 PM
Hi @akings24,
How are you blocking the countries in your system.
There are two main table used for company (core_company) & location (cmn_location), any custom field applied in your system.
-Thanks,
AshishKMishra
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-19-2023 04:12 PM
Hi AshishKMishra,
We use core_country. How can i tell if a particular country is blocked from the core_country table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-19-2023 06:02 PM - edited ‎12-19-2023 06:03 PM
The core_company table has active status column, you can check the active status true/false, based on that condition you can determine that if that specific country selection is allow ( or not ) in your ServiceNow instance on various form/application.
The location (cmn_location) has country field which is string type means it's not dependent on core_country records.
The company ( core_company) table also has country field which is string type means it's not dependent on core_country records.
What's your business requirement, where exactly you are using this country table data.
-Thanks,
AshishKMishra
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-19-2023 10:40 PM
Hi @akings24 ,
Where are you using this country? is it a field on a form? can you share a screenshot please.