How to fix filter breadcrumbs

Neeta1
Tera Contributor

Hi Experts,

 

In the form level state value is "Installed" , however in breadcrumb it is displaying "New". 

How to correct the value in breadcrumb  -

Filter.png

6 REPLIES 6

RaghavSh
Kilo Patron

Is this status your custom field or a field which you have brought on this list view by dot walk.

OOB I cant find ant status field on Database Instance table. There is a field called install status, can you bring that to list view and check if breadcrumbs work fine.

 

To check any dot walk field you can goto configure>>list layout of that table.


Raghav
MVP 2023

Neeta1
Tera Contributor

Hi ,

 

Its OOO field "install_status" from the base table. It is the same field added in the list view.

The name of install_status is Install Status at front end also, this can be verified from PDI


Raghav
MVP 2023

sujata sakhare
Tera Contributor

hi,

  1. Point to the application menu that contains the module to edit and click the edit application (pencil) icon.
    To open the module directly, point to the module and click the edit module (pencil) icon.
  2. Select the module to edit.
    For example, select Open.
  3. In the Link Type section of the Module form, select List of Records for the Link type.
  4. Delete the Active is true filter, if present.
  5. Add &sysparm_fixed_query=new=true to the Arguments field and update the record.
     

     

  6. Navigate to database instance > Open and examine the breadcrumbs.
    The Status=new link. The breadcrumb for All is not a link because of the fixed query.

Refer: https://docs.servicenow.com/en-US/bundle/tokyo-platform-administration/page/administer/list-administ...

Try it your module.

Thanks.