I'm trying to create a rule using the getDBField and need some assistance.
Basically, I'm trying to limit time entry on PR35.1 for a user to have access to enter time for individuals in a certain process level. Problem is... that form doesn't allow this. So, I'm guessing I can use the getDBField to be able to do this.
Soo.. the security class I want to create will only have this form on it. The logic will be something like this...
If the employee (whose time is being entered) is in Process Level xxx, then All Access
Else No Access
I'm guessing we can go through the form.TRD_EMPLOYEE field to get the correct employee and tie that somehow to the Process Level this employee is tied to. We don't want to use the Job Code because there could more added later and we want to limit maintenance on the security class.
Any help would be greatly appreciated!
-Brad