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!
How to get previous net earnings and previoys deduction using fast formula
How to get the previous net earnings and the previous deduction of an employee using fast formula?
I was trying to use the NET_REL_RUN and <Element>_REL_TU_RUN database items then change context of DATE_EARNED but I still NOT able to get the previous net earnings and deduction.
Tried to check if DATE_EARNED is really a context of the above database item using the below sql but validated that its NOT. Can anyone help on how to do this?
Checking context per database item:
SELECT d.base_user_name as "DBI_NAME"
, d.data_type as "DBI_DATA_TYPE"