Re: Field Security


[ Follow Ups ] [ Post Followup ] [ Message Board ]

Posted by [IP Address: 63.73.213.5] 'Kris' on August 27, 2001 at 11:50:54 EST:

In Reply to: Field Security posted by [IP Address: 63.73.213.5] 'Tasmin ' on August 23, 2001 at 08:26:01 EST:

Evaluate the Operator class and then hide the field depending on the class.
Sample code :

&CLS = %OperatorClass;

If &CLS <> "xxxxxx" Then
Hide(yyyyy);
end-if;


: 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




Follow Ups:



Post a Followup


Name:
E-Mail:
Subject:

Message:


[ Follow Ups ] [ Post Followup ] [ Message Board ]