Hi all.

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:

For Non-privileged users:

   >CT VOC PRIVATEFILE

        PRIVATEFILE
   0001 F
   0002 PRIVATEFILE
   0003 D_PRIVATEFILE



And for privileged users:

   >CT VOC PRIVATEFILE

        PRIVATEFILE
   0001 F
   0002 C:\private\PRIVATEFILE
   0003 D_PRIVATEFILE

so that, the rights could be defined at O.S. level, and the app will allways open a file (the private one or the public one)

The problem is that I can't figure out how can I do a VOC entry dependig on the particular user.
Or even, if it is possible...

TIA.

Regards,
Augusto Alonso
[EMAIL PROTECTED]
www.quiter.com
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to