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.

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
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
Mega Patron

Hi,

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

-Anurag