Can we add Filter for Document ID Field in servicenow

Prakyath
Tera Contributor

Hi All,

Here is my requirement.

I have added the document id field where i have to more that one table and its records.

Im facing an issue where the document field lists out all the records in the source table.

is there any way we can add filters to the records from the source table. like reference qualifiers in the reference table.

Example:

In the below screenshot i have selected cmdb_group table as a source table and i need to filter the data that got listed from the group name's table. 

Prakyath_0-1705430855271.png

 

Please do suggest if there is any other way to achieve this instead of the document_id field.

 

Thanks in advance.

 

1 REPLY 1

Jayant_M
Kilo Sage

HI @Prakyath ,

 

you can create advanced type of reference qualifier and create one script include. In reference qualifier pass the value of Table name to script include and find the respective records. You can refer the below link

https://www.servicenow.com/community/now-platform-forum/reference-qualifier-on-document-list-of-a-do...

 

Please mark my response helpful if it resolves your issue