In list view some fields are showing empty but in form view it's present.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2023 01:32 AM
In list view some fields are showing empty but in form view it's present. how to make it visible in list view also ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2023 01:48 AM
List view will only show the record that is saved on the db, so if you open a form and populate some data on the field via some script or manually, but you don't save the form. The information for that column doesnt go to db. Check if this is happening with you?
Also some screenshots help, add more information in your question Tips on asking Question On Community
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2023 01:50 AM
Looks like the values are being set with client scripts, Check if there are any client scripts that is setting up the value.
You need to write the similar logic in BR which saves the details in back-end on insert/update.
Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2023 02:06 AM
Hi @Roshin Chandra ,
Check if there is some onLoad client script populating the fields and not saving them to the database, as list view contains data that is stored and saved to database.
Thanks,
Soumya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2023 02:11 AM
Hi @Roshin Chandra ,
I trust you are doing great.
Firstly, ensure that the field in question has been added to the list view. To do this, navigate to the list view of the relevant table, click on the gear icon in the top right corner and select "Configure". This will bring up a list of available fields for that table. Check if the field you want to display is present in the list. If it's not, you can add it by dragging and dropping it from the "Available" column to the "Selected" column.
If the field is already present in the list view, but is still not showing up, you may need to check the field's visibility settings. To do this, go to the dictionary entry for the field and ensure that the "Visible" checkbox is selected.
Was this answer helpful?
Please consider marking it correct or helpful.
Your feedback helps us improve!
Thank you!
Regards,
Amit Gujrathi