Can we add Filter for Document ID Field in servicenow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2024 10:50 AM
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.
Please do suggest if there is any other way to achieve this instead of the document_id field.
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2024 10:58 AM
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
Please mark my response helpful if it resolves your issue