To change the Maternity status pay rate from 65% to 80% in Classic applications:
Select Administration, then Manage, then Dimensions, and then Account.
Change .65 to .80 in this code:
ELSEIF ("Status" == [Status.Maternity])
0.80 * "Annual Salary" * [TimeBalanceSpread];
Now employees whose Status is Maternity are paid 80% of their salary each month, until their status changes.
Refresh the application to update the outline in Essbase.
Note: | You must calculate employee data before the data reflects this change. |