adding sys_id field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2024 10:50 PM
How to add sys_id field in the list view in change and problem table for reporting purposes?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-18-2024 10:19 PM
Hello @AryanJ471894898,
Please refer to the below steps:
- Go to: System Definition > Database View.
- Create a new View and add the table you want to report on. Add a Where clause if needed.
- Select the Fields to add to the View. Make sure to select the sys_id field too.
- Save your view. ...
- Create a List report base on the new Database View.
If it is helpful, please mark it as helpful and accept the correct solution. In future, it might be helpful for someone to refer to this solution.
Thanks & Regards,
Abbas Shaik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-19-2024 12:31 AM
Hi @AryanJ471894898 ,
Try this out
configure a function field with function : glidefunction:substring(sys_id,1,32) and add the column to the report.
If it is helpful, please mark it as helpful and accept the correct solution. In future, it might be helpful for someone to refer to this solution.
Thanks,
Chaitanya