In portal i want to remove some of the fields from the list which is mentioned in the below Screen

kranthi2
Tera Expert

Hi,

In portal i want to remove some of the fields from the list which is mentioned in the below Screen.

 

kranthi2_0-1707184835929.png

Please help me out how can remove those things from the above SS.

 

Thanks

 

7 REPLIES 7

Hi @kranthi2,

 

Check "Table, Filter & Fields" sections with Fields column.

 

If my response helps you resolve your issue. Kindly mark it as helpful & correct. It will be helpful to future readers! 👍🏻
Thanks,
Sagar Pagar

The world works with ServiceNow

Hi @Sagar Pagar 

As i checked i don't see any options under the Fields section.

 

kranthi2_0-1707198699203.png

How i can configure in such kind if situation.

 

Thanks,

 

Hi @kranthi2,

 

If fields are empty, then you need to check the widget scripts and fields are will be added in JSON. You need to remove it form there.

 

Sample format for JSON will be -

    /*
     * options:
     * hide_footer (bool) = true to remove the data table footer contents
     * hide_header (bool) = true to remove the data table header contents
     * show_new (bool) = true to show the "New" record button
     * show_keywords (bool) = true to show the keyword search field
     * table (string) = the table name to query
     * filter (string) = the encoded query
     * o (string) = the order by column
     * d (string) = The order by direction: asc or desc
     * p (int) = the page to jump to
     * fields (string) = comma seperated list of fields that become the list columns
     * view (string) = the default view to load for columns, overrides fields
     */

 

If my response helps you resolve your issue. Kindly mark it as helpful & correct. It will be helpful to future readers! 👍🏻
Thanks,
Sagar Pagar

The world works with ServiceNow