<snip>

Can someone tell me if it is possible?
I'll explain the scenario:
We need to hide some private data (customer personal data) in order to
fit with our Private Data Protection Law.
But only  for some users, the others, they need to have full access.
Our app is complex enough to modify the source code.
So, our ideal sollution would be making a "dynamic" File Entry VOC, that
will look like this:

</snip>

Augusto - 

I'd look into data encryption at rest. It allows you to encrypt specific
fields in a file. You would assign a password to the key - users who
have the password can see the data. You have to be on a later release of
UV or UD. Also, you can not encrypt a field that is indexed.

Alternatively it may be easier to simply not show the data to users who
shouldn't see it. It will depend on your application environment, etc.
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to