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

dimpleadlakha_0-1671623393470.png

dimpleadlakha_1-1671623407437.png

Still the same seem @jaheerhattiwale 

@dimple adlakha Then you can add the field to the data.fields array

 it might be used in some embedded widget.

 

Please check that.

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

dimple adlakha
Tera Contributor

dimpleadlakha_6-1671553251559.pngdimpleadlakha_7-1671553265943.png

 

dimple adlakha
Tera Contributor

@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

@dimple adlakha can you please mark my answer as correct answer.

 

I will look at wrapping tomorrow and post here

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