With Classic Applications

  To change the Maternity status pay rate from 65% to 80% in Classic applications:

  1. Select Administration, then Manage, then Dimensions, and then Account.

  2. Select the member Salary.

  3. Click Edit and then select Member Formula.

  4. Change .65 to .80 in this code:

    ELSEIF ("Status" == [Status.Maternity])

    0.80 * "Annual Salary" * [TimeBalanceSpread];

  5. Click Save.

    Now employees whose Status is Maternity are paid 80% of their salary each month, until their status changes.

  6. Refresh the application to update the outline in Essbase.

    Note:

    You must calculate employee data before the data reflects this change.