Dynamic display of field on change compensation statement
Summary:
Hello Experts,
There are 2 set of employees in the compensation plan 1) ABC set & 2) XYZ set.
I have defined ABC & XYZ as components in the comp plan. An employee can be either eligible for ABC set or XYZ set but not both.
Using identifier as COMP_1_ELIGIBILITY_STATUS = 'Eligible' means employee is eligible for ABC set. Similarly, COMP_2_ELIGIBILITY_STATUS = 'Eligible' means employee is eligible for XYZ set component.
The change compensation statement should display payout amount dynamically i.e. either for ABC set of employees or XYZ set of employees.
I created a RTF template and wrote If- endif conditions as below: