we have been trying to restrict field level access on security class, Is there any way to achieve it, can someone please share few examples to achieve it.
I am looking at this right now.
I want to restrict EmployeeBankDetails.AccountNumber with a context condittionThe following code is accepted in SecurityAdministration Console, but it does not restrict access to the field.
Take a look at the delivered security classes like GHREmployeeSelfAccess_ST and search for "Field". You can restrict with a condition on a single field or multiple fields.
Shaheen
Does this need to be combined with another declaration or policy ?
The following LPL was accepted, but access to the field remains
wouldn't you need to right is like: is accessible and get rid of unconditionally?
thank you for replying. You can reverse it as you suggested, which I have already done.Unfortunately it is still accessible through personalization.