About user criteria
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2023 12:28 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2023 03:29 AM - edited ‎08-04-2023 03:30 AM
@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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-06-2023 05:25 PM
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?