Posted by [IP Address: 199.196.144.17] 'Greg' on August 27, 2001 at 09:54:37 EST:
In Reply to: Re: Field Security posted by [IP Address: 199.196.144.17] 'Tasmin ' on August 25, 2001 at 13:26:50 EST:
If %OperatorClass = "SOMEOPR" then
hide(Field1)
end-if;
: Thanks Greg - but I'm really looking for an extract of code from someone who has restricted a field. Can anyone help ?
: : %OperatorClass AND %OperatorID varables in PeopleCode carry the information you are looking for.
: :
: : : Hello folks,
: : : I'm thinking about restricting access to certain fields within the application tables (job in particular) i.e to let a class of operators access panels but to
: : : restrict them from viewing particular fields on the panels (say comp rate). Anyone know the Peoplecode involved for this kinda thing ? Or can
: : : anyone point me in the right direction in Peoplebooks Peoplecode section - the hitlist is telling me not a lot.
: : : Thanks