Reference qualifier for lookup select box in servicenow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-12-2024 11:26 PM
Hello Experts, I have two lookup select box fields in Catalog Item. First one is Country and another one is State. So when I select a country in Country field, then only states of that country should populate in State field using 'cmn_location' table data. To achieve this I have created one Script Include and called it in Reference Qualifier.
When I test this Script Include in Background Script, I'm getting only states of that country returned.
But when I call it in State lookup field using Reference Qualifier, I'm still getting all states populated..
And I have attached screenshot for reference.
SS1 :- Variables
SS2 :- Script Include
SS3 :- Calling Script Include using Reference Qualifier
Thank You !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-12-2024 11:37 PM
Hi @Mark Wood ,
you can try the below code .
Vishakha Yadav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-07-2024 10:53 AM
thank you so much @vishakhayadav24
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-13-2024 01:18 AM
I think the issue is in calling it, but that attachment isn't here. Can you share that one?
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-13-2024 10:52 PM