What is the name of the table that holds all portals

Fromsee Genene
Tera Contributor

Could you help me by providing the name of the table that is associated with all servicenow instance?

4 REPLIES 4

Mahathi
Mega Sage
Mega Sage

Hi,

 

If you are looking for the table which has the name of the instance or URL, it is sys_properties.

 

Please find the URL:

https://servicenowguru.com/scripting/business-rules-scripting/finding-instance-name-via-script/#:~:t....

 

Please mark helpful, if it answers your question.

 

Thanks!

Bert_c1
Kilo Patron

Please see:

 

https://www.servicenow.com/community/now-platform-articles/10-tips-for-writing-a-quality-community-q...

 

And provide sufficient details on what exactly you are looking for.  Servicenow will not disclose any information on their hosted instances, except to customer admins and only then include the specific customer's instances.

Bert_c1
Kilo Patron

Maybe what you are looking for is found here:

 

https://[your_instance].service-now.com/sys_db_object_list.do?sysparm_query=GOTOnameLIKEportal&sysparm_view=

Dan T_
Tera Guru

If you are looking for the list of Portals aka Service Portals (which is what your subject line alludes to), they are in the table sp_portal.

 

Dan T