We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

How to see the list of all web service import sets created?

Suggy
Giga Sage

There are many web service import sets created in our instance.

 

Suggy_1-1741259406270.png

How to see the list of all web service import sets created (list view)?

 

8 REPLIES 8

Ankur Bawiskar
Tera Patron

@Suggy 

behind the scene it creates a import set table extending Import Set Row just like normal table

So to get list of import set go to sys_db_object and search for Tables extending that table

AnkurBawiskar_0-1741265986185.png

 

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader

Hi @Ankur Bawiskar That way I am aware, but I am looking for list view where I can view all the fields like WSDL etc and I can open each record to see the data like below easily

Suggy_0-1741282063689.png

 

 

@Suggy 

I don't think any such thing is available OOB

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader

Ohoh!