- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2023 06:51 PM
- I am looking for a way to show more than 6 fields/columns for the BCM Dependency Assessments within the BCM Workspace, has anyone had any success with this?
- I have not had any success using the grid configurations or list views, even though they are setup correctly (tested and confirmed)
One thing that is really interesting, is that the User Preference for bcm.gridCol.<ANY_NAME> seems to show that some fields are set to hidden for some reason:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2023 07:42 PM - edited 04-04-2023 07:43 PM
The solution I ended up implementing for this required a grid configuration, then the grid configuration columns, then activating the grid configuration and finally setting the system wide user preference as stated in the original column.
For each of the columns where hidden: true, just set to hidden:false in the user preference record. this shows the columns that were hidden previously.
Word to the wise, the user preference does not get captured in an update set, be sure to manually import or run a fix script when managing the release.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2023 08:09 AM
In ServiceNow, the number of fields displayed on a grid in the workspace is usually limited. However, there's a workaround to display more columns by creating a custom list view with a UI Style. we have done that for one of our project
---------------
Regards,
Rajesh Singh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2023 07:42 PM - edited 04-04-2023 07:43 PM
The solution I ended up implementing for this required a grid configuration, then the grid configuration columns, then activating the grid configuration and finally setting the system wide user preference as stated in the original column.
For each of the columns where hidden: true, just set to hidden:false in the user preference record. this shows the columns that were hidden previously.
Word to the wise, the user preference does not get captured in an update set, be sure to manually import or run a fix script when managing the release.