how to add a field "sys id" in a list view if it in not present in personalize option?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-19-2024 11:57 PM
how to add a field "sys id" in a list view if it in not present in personalize option?
1 REPLY 1
Community Alums
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-20-2024 12:03 AM
Hi @sonali bhagat ,
List
If your business requirement is to make the sys_id field visible on the list, follow these steps:
- Go to: System UI > Lists
- Select the record for the Table and View you want to modify
- In the List Elements related list, click the New button.
- Populate the form as follows:
- Element = sys_id
- Position = a number for the place in the list. (In our example, the position on the Incident table OOB would be a value of 11.)
- Execute a cache flush by appending your URL with /cache.do
- Once you navigate back to your list, the Sys ID field is now visible.
Form
If your business requirement is to make the Sys ID field visible on the form, follow these steps:
- Go to: System UI > Views
- Select the record for the View you would like to modify.
- In the Form Sections tab, filter by your table name and then open the record for the form section you would like the Sys ID field to be visible in. The top form section for every table will not have a Caption and will appear blank. This is expected behavior.
- In the Form Section record, click the New button on the Section Elements list. Populate the form as follows:
- Element = sys_id
- Type = element
- Position = a number for the location on the list.
- Execute a cache flush by appending your URL with /cache.do
- Once you navigate back to your form, the Sys ID field is now visible.