Want to add a reference qualifier to a field on catalog only to visible the product

Community Alums
Not applicable

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. 

2 REPLIES 2

Amit Gujarathi
Giga Sage
Giga Sage

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



Community Alums
Not applicable

Hi @Amit Gujarathi 

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.