- 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-21-2022 03:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-21-2022 03:55 AM
@dimple adlakha Then you can add the field to the data.fields array
it might be used in some embedded widget.
Please check that.
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:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-21-2022 08:00 AM
@jaheerhattiwale i think i was checking wrong widget but found correct one and seems its working for me .
Also could you help how can i wrap up a field in list view for portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-21-2022 09:18 AM
@dimple adlakha can you please mark my answer as correct answer.
I will look at wrapping tomorrow and post here
ServiceNow Community Rising Star, Class of 2023