Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Is this table alias or something else?

Suggy
Giga Sage

Hello people..

 

Can we create alias for tables in ServiceNow?

 

Today I see this behavior..

Hit

https://xxx.service-now.com/cmdb_ci_service_auto_list.do

OR

https://xxx.service-now.com/csdm_app_services_list.do

 

it takes to the same table finally.. How is that done?

Suggy_0-1708606340563.png

 

PS - I searched in Tables, DB views, UI pages... no where I could find what is this "csdm_app_services"

So what is that ?

1 ACCEPTED SOLUTION

Hi @Suggy,

 

So you are trying to find 'WHERE' this alias/redirection is configured?

Can I ask what you intend to do with that information?

 

Not sure if you've seen this article but it does say the page is not accessible by the admins - https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0993250

 

Thanks

View solution in original post

9 REPLIES 9

palanikumar
Giga Sage
Giga Sage

You can create Database view for this requirement.

Please refer the below URL for more details:

https://docs.servicenow.com/bundle/washingtondc-platform-administration/page/use/reporting/concept/c...

Please note that you can create database view with single table as well

Thank you,
Palani

Mark Manders
Mega Patron

You are giving an example from the CMDB/CSDM modules, where a lot is intertwined. If you use CSM, you will see the contact records in their own table, being the same as in the user table. Accounts and Companies exactly the same.

What is the use case you are working on? What is the requirement behind you asking the question? 


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

Hi, This post for my knowledge purpose.

 

As per the doc - https://docs.servicenow.com/bundle/washingtondc-platform-user-interface/page/use/navigation/referenc...

 

From the browser URL, you can identify the 'TABLE NAME' ex

https://<instance name>.service-now.com/nav_to.do?uri=incident_list.do

 

Here its refers to INCIDENT table.

 

Similarly from this - https://xxx.service-now.com/csdm_app_services_list.do

one understands that the table name is 'csdm_app_services'

 

But if you go to Tables [sys_db_object], you cannot find 'csdm_app_services'

Suggy
Giga Sage

.