You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

OOTB Workforce - Basic Salary

Summary: Spread basic salary into months based on calendar days


Content (required):

The requirement in our project is to spread annual salary based on calendar days, eg - Jan 31 days, Feb 28 days and so on. We achieved this by editing Basic Salary member formula -

OOTB formula -ELSEIF("OWP_Salary Basis"==1) /* Hourly */

 "OWP_Expense amount"=((("OWP_Value")*52*"OWP_Hours per Week"->"No Property")*[TimeBalanceSpread])...;

Edited formula - ELSEIF("OWP_Salary Basis"==1) /* Hourly */

 "OWP_Expense amount"=((("OWP_Value")*52*"OWP_Hours per Week"->"No Property")*"Spread_Actual_Actual")...

Our issue is - merit works well in current plan year, but not from next plan year and so on -

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!