Hi,
I tried creating a custom security class that would exclude access to just one field - resource field on GLTransactionDetail business class. Do the scripts below look correct? I tried 2 different ways: They both saved without error. Which one is best or does someone have a better one? What should I expect when I view this field via ISD and the UI in FSM? Field displays, but empty; field is not on the form at all; for ISD - resource column is blank or displays message not available due to not enough rights or something like that?
Thanks in advance for your help.
Jeff
Option #1:
GLTransactionDetail_GCSH is a SecurityClass
description is "Hide Employee Resource Number"
Access Rights
All Fields for GLTransactionDetail BusinessClass
excluding
Resource // User field
for all actions
unconditionally
Option #2:
GLTransactionDetail_GCSH is a SecurityClass
description is "Hide Employee Resource Number"
Access Rights
GLTransactionDetail.Resource not accessible for all actions past, current and future unconditionally