You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Does anyone know whether GetRepresentative() is workable for Payroll Time Card Approval

Summary:

Hello Team,

We have a AOR Type called "AA"and "BB", and since our approval would like to send to "AA" if "AA exists for the employee, if not, then send to "BB" for approval.

We have used

Rule 1: ( ( GetRepresentative("AA",Task.payload.getRepresentativeListResponse.result) != "" ) || ( GetRepresentative("AA",Task.payload.getRepresentativeListResponse.result) != null ) ) ⇒ Then assign to "AA"

Rule 2: ( ( GetRepresentative("AA",Task.payload.getRepresentativeListResponse.result) == "" ) || ( GetRepresentative("AA",Task.payload.getRepresentativeListResponse.result) == null ) ) ⇒ Then assign to "BB"

However, the system return Rule 1 = true ; Rule 2 = false for employee does not have "AA" from the system, and cause the rule error as the system cannot find "AA"

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!