Fast formula based on worker category and primary assignment/WR — Cloud Customer Connect
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

Fast formula based on worker category and primary assignment/WR

edited Jun 20, 2025 12:09PM in Payroll and Global Payroll Interface (GPI) 1 comment

Summary:

Hello,

we would need a FF with the following constraints:

  • Specific worker category
  • Primary assignment and primary work relationship.

Below is the one we wrote but it doesn't work.

DEFAULT for PER_ASG_EMPLOYEE_CATEGORY IS 'N/A'
DEFAULT for PER_ASG_ASSIGNMENT_TYPE IS 'N/A'
DEFAULT for PER_ASG_CONTRACT_TYPE IS 'N/A'
DEFAULT for PER_ASG_PRIMARY_ASSIGNMENT_FLAG IS 'N/A'
DEFAULT for PER_ASG_PRIMARY_WORK_RELATION_FLAG IS 'N/A'
DEFAULT for PER_ASG_PRIMARY_FLAG IS 'N/A'
ELIGIBLE = 'N'
if (
(PER_ASG_EMPLOYEE_CATEGORY = 'FR_04'
OR PER_ASG_EMPLOYEE_CATEGORY = 'FR_05'

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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