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

@dimple adlakha did not receive the images

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

I have done the samne thing , i have portal like below 

dimpleadlakha_1-1671553090790.png

 

Here i need to make changes on all cases module list 

 

I opened UI view with User empty and see below list 

dimpleadlakha_2-1671553090808.png

 

here you see some fields like contract which is listed here but not visible on portal i need to show the contract field only for all cases module after update field and wrap the one field

@dimple adlakha Open your widget and go to Server script and push the fields you want to see in data.fields array as in image below

jaheerhattiwale_0-1671553700131.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

@jaheerhattiwale Should i add here 

 

@dimple adlakha Can you post the full code here?

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