About user criteria

yuchen zhang
Tera Contributor

Hello, everyone.
I set a Not Available for for a catalog item, which would have satisfied the requirement. However, I have report, which has an interactive filter that references the catalog item, and I would like to be able to retrieve the catalog item even if the user who belongs to the Not Available for can't make a request for the catalog item.
Do you know of any other way to do this?

yuchenzhang_0-1691134036389.png

yuchenzhang_1-1691134047510.png

2 REPLIES 2

Sonam Tiwari
Tera Guru

@yuchen zhang ,

In not available for advanced script section, try building a logic which checks url parameter if possible. Identify a url parameter which will be present while creating a request with the form but not while accessing the report. Then if that parameter is present hide it else let them access in report. 

Not sure about the best practice around this though. Give it a try.

Thank you very much for answering my question.
But since I'm new to this, I don't quite understand how to go about creating a script that checks the url parameters, where is this script created? Is it a business rule or a client script?