- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-14-2022 02:55 AM
How to filter Service Offerings based on Services selected from Record Producer ( Service Portal)
Both Service and Service Offering variables are referencing to cmdb_ci_services tabel
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-15-2022 07:11 AM
Hi,
So it means the ref qualifier works with hard-coded value of service sysId
Since you want to filter records you need not use script include; this should ideally work
Is the variable name business_service correct?
javascript: 'parent=' + current.variables.business_service.toString();
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-15-2022 06:47 AM
Now, I can see the values related to SysID I have updated...
What I need to do now?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-15-2022 07:11 AM
Hi,
So it means the ref qualifier works with hard-coded value of service sysId
Since you want to filter records you need not use script include; this should ideally work
Is the variable name business_service correct?
javascript: 'parent=' + current.variables.business_service.toString();
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-19-2024 02:15 AM
I would like to filter services based on selected assignment group, how can i do that ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-15-2022 02:53 AM
Also, there is no query BR written for Services table.