Gossamer Forum
Home : Products : DBMan : Customization :

Field level permissions?

Quote Reply
Field level permissions?
Anybody have a mod out there that would allow only certain users to modify specific fields of a record. What I have in mind is a sort of electronic sign-off system where there are say 3 fields for 3 people to sign-off on a record. This would mean that when a user logs in, he should only be able to modify his sign-off field but not the other 2. Anybody got something close to that or an idea on how to impliment it?

Thanks,

Daniel Alexander
Quote Reply
Re: Field level permissions? In reply to
Your best bet is to use hidden fields for the two fields that you do not want users to modify, like the following:

Code:
<input type="hidden" name="FieldName" value="$rec{'FieldName'}">

Change FieldName to the name of the two fields.

Regards,

------------------
Eliot Lee
Anthro TECH,L.L.C
www.anthrotech.com
----------------------