We are trying to get a handle on LSF9 security (moving away from LAUA). We have been to training, and had a consultant here for a week. We also purchased the FastTrack security templates, but still seem to be having issues.
Situation: We need to restrict certain roles from seeing exec pay-rate by process level (900 & 950). We have the HRFFAFileAccess opened wide up (as delivered) and assigned to a role that should be able to see pay rate for everyone. User cannot see pay rate for anyone. The users that should be restricted, can't see anyone's pay rate either. I can't figure this baby out.
On the field in the table, we have the following rule applied:
if(trim(getDBField('EMPLOYEE','PROCESS-LEVEL',table.COMPANY,table.EMPLOYEE))=='900'||trim(getDBField('EMPLOYEE','PROCESS-LEVEL',table.COMPANY,table.EMPLOYEE))=='950') 'NO_ACCESS,' else 'ALL_ACCESS,'
What are we missing?