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 make element input value mandatory for an element created
We want an element with the following input values - Amount, Hours, Rate
If Amount is entered, then this should be the Pay Value. (Hours and Rate are ignored in this case, even if entered)
Else if Hours is entered then Pay Value should be Hours * Rate. If Rate is not entered, then take the Rate from WAGE RATES UDT.
Hours should always be entered.
I have created a new element using the Earning screen (Total Compensation->Basic-> Earnings).
The element is using the Hours * Rate * Factor Calculation Rule.
Now we also want an Amount input field for the element, which I added by querying the element and then adding an input value.