When to use Employee ID and Operator ID.

Employeeid is employee id which is maped to ur profile
Oprid is the profile name with which u logged in ( if u have loged in with a id called PS or VP1, then Oprid is PS/VP1 and employeeid is the emp id which is mapped to the user.

 %EmployeeId  - returns an uppercase character string containing the Employee ID of the user currently logged on. This is typically used to restrict access to an employee's own records

%OperatorId - returns an uppercase character string containing the operator currently logged on. This is typically used to restrict access to records or fields to specific operators.


%UserId - returns a character string containing the user currently logged on. This is typically used to restrict access to records or fields to specific users.