Want to add a reference qualifier to a field on catalog only to visible the product
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2023 08:10 PM
Hi All,
having a requirement that need set reference qualifier to a filed which is referenced to cmdb_software_product_model
we are having a catalog form with the fields Publisher and the Product
Based on selection of the publisher associated products will be visible on the form.
need help on building the reference qualifier.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2023 08:37 PM
HI @Community Alums ,
I trust you are doing great.
Please find the below reference qualifier code
In the "Advanced" reference qualifier box, you can use this script:
javascript:'publisher=' + current.variables.publisher
Was this answer helpful?
Please consider marking it correct or helpful.
Your feedback helps us improve!
Thank you!
Regards,
Amit Gujrathi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2023 08:50 PM
Thanks for quick response,
But its not working not getting any values. we are on multi domain instance.
javascript:'sys_domain=af4c4a31db119010ee01cf83159619ca^u_active=true^manufacturer='+current.variables.vendor;
tried the above one getting the all available products, but need to get get only publisher associated products, any suggestions.
Thanks.