Payroll run: Avoide Assignments actions for assignments with already processed element Entries
We have multiple PAYROLL RUN in a month.
Example:
Element: Day Overtime
Element Set: DAY OT (has only 1 element DAY OVERTIME)
Assignment Set with Criteria: &DAY_OVERTIME_PAY_VALUE_ENTRY_VALUE > 0
Employee: 1234
STEP1
process "PAYROLL RUN" with this specific Element Set & Assignment set .
Thist generates ASSIGNMENT ACTION for 1234 & the related RUN RESULTS
STEP2
Enter DAY OVERTIME for one more employee with employee number: 2223
process "PAYROLL RUN" with the same Element Set & Assignment set .
This generated 2 ASSIGNMENT ACTION
1. EMPLOYEENO: 1234 With no RUN RESULTS (Since the element is already processed in previous run)
2. EMPLOYEENO: 2223with proper run results
SOLUTION REQUIRED:
Please provide a solution, to eliminate the assingment action for the NOT-REQUIRED assignments.