Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

Can I display the sys_id column on the table list screen?

bonsai
Mega Sage

I would like to get the sys_id of each record from a list of records at once.
I believe that if you see the sys_id column, you can export in bulk.

But the list screen doesn't show the sys_id column
Does anyone know how?

1 ACCEPTED SOLUTION

Anurag Tripathi
Mega Patron

Hi,

If you are looking to export data with sys_id then check this -> Exporting Data with Sys IDs (servicenow.com)

-Anurag

View solution in original post

3 REPLIES 3

Dhananjay Pawar
Kilo Sage

Hi,

Follow below steps - 

1. Go to System UI -> Lists

2. Select the record for the Table and view you want to modify

3. In the List Elements related list, add sys_id in the position you want

4. Execute cache.do

 

Thanks.

Anurag Tripathi
Mega Patron

Hi,

If you are looking to export data with sys_id then check this -> Exporting Data with Sys IDs (servicenow.com)

-Anurag