Hello,
I feel fairly confident that there isn't a great solution to my issue other than what I already have in mind, but I'll be happy to find out if someone has a great solution for me, so here goes...
I have a client that is using a single template to file client documents. Per the screenshot, you will see that the first two fields of the template include 'Branch' and 'Client Name'. These are dynamic fields and pull from a SQL View that we've created.
The documents are filed away by branch, and we have access rights setup (by branch) so that end users can only see the branch that they work for.
The issue...
After further requirements analysis, even though we have the files locked down by branch, the template data is problematic in that they can see client names for other branches within the Client Name field
The question...
Is there some way that I can build in some conditional logic to say that if Employee A is a part of the Atlanta branch, that he only be able to set the branch field value to "Atlanta"? I'm not aware of anyway to do this and I'm thinking I may have to create individual templates per branch and individual SQL views per branch and then lock the templates down between the branches.
Any ideas would be appreciated!