- 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 07:49 AM
@dimple adlakha You need to clone the data table widget used to display the list view. Then you can do the modifications you want.
ServiceNow Community Rising Star, Class of 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-20-2022 07:56 AM
Could you please explain What is the reason of clone the widget and is there any impact on exsisting things
, all is developed just to edit the list view on portal for csm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-20-2022 08:04 AM
@dimple adlakha The OOTB widget will not allow you to edit it. And there is no configuration we can do to achieve what you need.
No impact on anything.
But on whichever page you need the updates made you just need to change the OOTB table to cloned table.
Please mark as helpful or correct based on impact
ServiceNow Community Rising Star, Class of 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-20-2022 08:09 AM - edited ‎12-20-2022 08:11 AM
I dont think its a OOB widget on portal please see the above images which i attached , I have tried in PDI to do the changes in list via view its works but not in my case . @jaheerhattiwale
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-20-2022 08:09 AM