How to return a value multiple times from Status Processing Rule of an element
Hi,
We have a requirement where we are posting an adjustment to seeded retroactive calculation through an adjustment element created.
However, the base element is a recurring entry and will have only one element entry per period.
That means earning formulas is called only once.
but we would like to post individual adjustment to individual retroactive entries created.
Eg:
<Base element Name> Retroactive with Source Date : May → Pay Value = 100
<Base element Name> Retroactive Adjustment
here we want to post
- Source Start Date —> 1 May 2025
- Source End Date —> 31 May 2025
- Corrected pay Value → 50
Current problem is since the element is called only once we can return adjustment results only once even though there are multiple retro entries to be adjusted.