Follow this guide if you need to insert some average weekly earnings for SSP or SMP after import.
Process #
Usually, a single AWE value is sufficient for the month preceding the first SSP pay run. For SMP, you need to enter multiple values over a 2-month relevant period.
And the example below, we will add a 2000 payment on the 30th April 2025 for a monthly m1 frequency:
- Employees > Update > State
- State > New > Create new entry
- Key: pay.AWE Sink.History
- Value: [[\”2025-04-30\”, \”m1\”, 2000.00]]
- Create
- Update the employee
Note how you need to wrap each string value carefully with a \” before and \” after.
You can add as many AWE values as needed, with different frequencies. You separate the payments with a comma. For example, here are 2 weekly w1 payments:
[[\"2025-04-23\", \"w1\", 2000.00],[\"2025-04-30\", \"w1\", 2000.00]]