How to edit list view on portal

dimple adlakha
Tera Contributor

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

1 ACCEPTED SOLUTION

@dimple adlakha Tried and tested solution

Do  "CTRL + Right" click on list and click on "Instance  in page editor" as shown in image below

jaheerhattiwale_0-1673016139484.png

Add css in the opened page

jaheerhattiwale_1-1673016178514.png

 

CSS:

td{
word-break: break-all;
}

 

Result:

jaheerhattiwale_2-1673016205142.png

 

 

Please mark as correct answer if this solves your issue.

 

 

Please mark the answer as correct or helpful based on impact
ServiceNow Community Rising Star, Class of 2023

View solution in original post

39 REPLIES 39

@jaheerhattiwale 

removing code

@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"

jaheerhattiwale_0-1671556740961.png

 

Slush bucket will open, select the csp view in "View name" drop down

jaheerhattiwale_1-1671556832105.png

Move fields to right and save

 

Please mark as correct answer if this solves your issue.

 

Please mark the answer as correct or helpful based on impact
ServiceNow Community Rising Star, Class of 2023

It dosen't work in my case i cant see csp view name in list

@dimple adlakha Then change the view in object and add any existing view

Please mark the answer as correct or helpful based on impact
ServiceNow Community Rising Star, Class of 2023

@jaheerhattiwale any other view means case or service portal i tried but not reflecting on portal side