hello, i want to validate author(s) according to ACL through field validation. If they dont have sufficient access then document wont be saved…and if they have access then doc will save with their hierarchical form…
Subject: validating author through formula language
I don’t think you will be able to do what you want using Input Validation (only @functions and @command) as it appears the @functions only allow you to check the current users.
I think you’ll have to at least use Lotus Script and therefore it’s probably best to add it to the QuerySave event. That way you can also stop saving.