Unblocking A Country

akings24
Tera Contributor

Hi Community!

How do I unblock a country from the list of blocked countries?

4 REPLIES 4

AshishKM
Kilo Patron
Kilo Patron

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

Hi AshishKMishra,

 

We use core_country. How can i tell if a particular country is blocked from the core_country table?

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.

 

AshishKMishra_0-1703037754535.png

 

-Thanks,

AshishKMishra

 


Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution

Community Alums
Not applicable

Hi @akings24 ,

Where are you using this country? is it a field on a form? can you share a screenshot please.