Hello,
I have an ItemType called Documents that I would like to have catch the search in the event OnBeforeGet() that checks the identity of a user and if the identity of the user is one thing, it modifies the search criteria so that only two columns are searched, and I would specify the values for those two columns. I already have the code to check for the identity group the user is in. What I am struggling to find is how to modify the search criteria in the server side C# method OnBeforeGet().
Any help would be greatly appreciated.