- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-08-2024 11:24 AM - edited ‎04-08-2024 11:27 AM
Hi,
I have a child class in which I have data related to users. On a form there is reference field (Company), when I open it to select company its showing only 1 record instead of showing all company records. What could be the reason, is there any filter applied and its restricting to show only 1 record.
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-08-2024 11:39 AM
Hi @masood1 check the reference qualifier of the reference field. Try to investigate reference field Dictionary.
Regards,
Siddharam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-08-2024 11:51 AM
Hi @masood1,
Hope you are doing well.
Proposed Solution
As a solution, you just need to follow steps mentioned below: -
- Right click on the "Company" Field and Click on "Configure Dictionary".
- Look if there is any Filter Condition applied on the field or not under the "Reference Specification" Section.
- Look if there is any "Reference Qualifier" added on the field under the same section mentioned above.
- Check if this "Company" Field is dependent on another Field.
- Look into all the sections inside Configure Dictionary.
Attaching snapshots for the reference: -
If you find this shared information/knowledge/solution helpful, please don't forget to mark my solution and reply as helpful and accepted.
Thanks ‌‌:)
Aakash Garg
ServiceNow Developer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-08-2024 11:39 AM
Hi @masood1 check the reference qualifier of the reference field. Try to investigate reference field Dictionary.
Regards,
Siddharam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-08-2024 11:51 AM
Hi @masood1,
Hope you are doing well.
Proposed Solution
As a solution, you just need to follow steps mentioned below: -
- Right click on the "Company" Field and Click on "Configure Dictionary".
- Look if there is any Filter Condition applied on the field or not under the "Reference Specification" Section.
- Look if there is any "Reference Qualifier" added on the field under the same section mentioned above.
- Check if this "Company" Field is dependent on another Field.
- Look into all the sections inside Configure Dictionary.
Attaching snapshots for the reference: -
If you find this shared information/knowledge/solution helpful, please don't forget to mark my solution and reply as helpful and accepted.
Thanks ‌‌:)
Aakash Garg
ServiceNow Developer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-09-2024 07:22 AM
Hi Sidhharam & Aakash,
Thanks both for the help, there was reference qualifier which was restricting to show only one company.
Is that possible that we can configure separate reference qualifier which will work for my form/reference field only without interfering with others work?
Thanks.