cancel
Showing results for 
Search instead for 
Did you mean: 

using MetaStar 'Cumulated_Pay'

Former Member
0 Kudos

I'm creating a hrforms for payslip. In this payslip, i need to display current pay period(ThisAmount) amount, and also accumulated amount (YTDAmount).

I've been using MetaStar 'Pay_Result' for ThisAmount, and 'Cumulated_Pay' for YTDAmount.

After I executed the hrforms, my ThisAmount is displayed correctly but it's all 0 for YTDAmount.

Anyone can help with this? Did i miss anything? What i need to do/ configure to get the YTDAmount?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

we had a similar issue. Have a look at OSS note 984954. It seems the cumulated results table is getting completely deleted when executing the method FILTER_CUMULATIONS.

Even though this is quite an old note, in our system it hadn't been applied (or the fix had been overwritten)

Hope this helps