- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-20-2022 05:17 AM
I have a CSM related portal page and there i have some list view i want to add the field in list view of portal and also wrap one field on portal list view how to do that
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-06-2023 06:44 AM
@dimple adlakha Tried and tested solution
Do "CTRL + Right" click on list and click on "Instance in page editor" as shown in image below
Add css in the opened page
CSS:
td{
word-break: break-all;
}
Result:
Please mark as correct answer if this solves your issue.
ServiceNow Community Rising Star, Class of 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-20-2022 09:08 AM - edited ‎12-20-2022 09:24 AM
removing code
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-20-2022 09:21 AM
@dimple adlakha Its better to configure list layout of csp view and add the required fields to the list layout. This should solve the issue.
Go to case table.
Click on 3 dots and "Configure > List layout"
Slush bucket will open, select the csp view in "View name" drop down
Move fields to right and save
Please mark as correct answer if this solves your issue.
ServiceNow Community Rising Star, Class of 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-20-2022 09:25 AM
It dosen't work in my case i cant see csp view name in list
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-20-2022 09:31 AM
@dimple adlakha Then change the view in object and add any existing view
ServiceNow Community Rising Star, Class of 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-21-2022 02:51 AM
@jaheerhattiwale any other view means case or service portal i tried but not reflecting on portal side