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 create OTL Formula to use Expenditure Type from timecards
Hello,
Our users enter an expenditure_type on their time cards.
How do we feed this EXPENDITURE_TYPE as an input to the fast formula? The implementation guide for OTL is very confusing on how to do this.
Once it is an input to the fast formula, can we just simply use the following as the text to prevent users from using a certain expenditure type?
IF (EXPENDITURE_TYPE = 6110
THEN
(
rule_status = 'E'
message1 = 'HXC_TER_VIOLATION'
)
ELSE
(
rule_status = 'S'
)
See uploaded screenshots for clarification on what we are trying to do.