
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-19-2023 08:27 AM
Hi,
trying to implement custom user criteria and need to get properties of current catalog item from User Criteria script. Haven't found a way doing that, so could anyone here maybe help? Or is that even possible?
Thanks!
Jarkko
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2023 05:59 AM
Since it seems to be impossible to get the current catalog item and it's properties from User criteria script, I had to write own UC-script for each of our items. So, I think we should considet this as solved
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-19-2023 12:05 PM
How will the catalog item be related to and how would it affect the User Criteria? I don’t understand a use case for adjusting user criteria based on the open record.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-19-2023 02:09 PM
We have a attribute(s) in catalog items we want to use in user criteria. For example we want to chek if user is already a member of a group set as attribute for current catalog item and if positive, hide the item from user.
This can offcourse be done statically by using that group as a criteria, but I'm looking for dynamic solution, because we have a bunch of that kind of catalog items.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-20-2023 08:54 AM
Sounds like you have a custom process to replace the available for and not available for tabs....might be able to script creating user criteria records by group and adding them to the Items based on the group attribute value.....ACLs might work.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-20-2023 01:02 PM
Something like that, but preferably like to use Not available for tab and write a script in there if posdible.
Thanks for the hint - i'll take a look to ACLs