Announcements for Payroll and OTL can now be found in the Announcements - Payroll and OTL - EBS (MOSC) subcategory. Follow to be sure you don't miss a thing!
PAY: Earnings limit
I need to create an earnings limit. We did an advance to some employees and they are going to pay us bas in the next 26 pay periods.
How do I had a limi (Total_Owed) in the system. I inserted values amount owed in the element. I modified the fastformula but it does work.
Did someone already had to do a similor case ? How did you solve it ?
total_accrued = amount + Adv_Perm_recover_ASG_GRE_YTD
IF total_accrued > Total_Owed
THEN (
Amount = Total_Owed - Adv_Perm_recover_ASG_GRE_YTD
STOP_ENTRY = 'Y'
mesg = GET_MESG('PAY','PAY_74100_ENTRY_STOPPED','BASE_NAME','Adv_Perm_recover')