How to add column fields in List view - In Portal

Henrique7
Giga Guru

I need to add the 'state' column, but I do not know how to do this.
I have already tried to change the page editor, but it did not work.

find_real_file.png

1 ACCEPTED SOLUTION

Henrique7
Giga Guru

For incidents the solution proposed by p.espinar is effective, but for tables that do not have the "Mobile" view such as 'req_item' it will be necessary to enable the Mobile view for the table.

find_real_file.pngfind_real_file.png

View solution in original post

8 REPLIES 8

Harsh Vardhan
Giga Patron

i believe this is widget. open the widget and you need to store the state value in server side script and then you can call it in your html script then it will be visible.

Henrique7
Giga Guru

I cant do this, because i will have to clone the widget and like i said before, i cant go to page designer for include the cloned widget in page.

Omkar Mone
Mega Sage

Hi 

This is typically the "view all" drill-down page for a simple list widget. You can change the columns by doing the following:

  1. Navigate to page in the Service Portal you want to modify
  2. Hold Ctrl and right click on the widget you want to adjust
  3. Click on "Instance in page editor"
  4. Choose the page where the widget is located on
  5. Hover over the simple list widget and click the edit icon
  6. Go to the "fields" property and click in empty space and choose fields.
  7. Click "Save" or do a Ctrl + S

 

find_real_file.png

 

Hope this helps!

 

 

I tried to do this but it did not work