using functions in filters

using functions in filters

How can I use a function to filter records in a view?

I need to use some complicated logic across multiple tables to determine if a user can access a specific record. This deluge script generates a "Error modifying the page null" error.

show all rows from File [(thisapp.paperless.UserHasAccess(Easy_Key))== "Yes"]



ramona