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
Learn about the new Oracle AI Agent Studio for Fusion Applications: Watch Now

Progress with Redwood: Redwood Resources for Oracle Cloud HCM -  Go Here

Element input validation error

Cloud Payroll 24D.

We are trying to validate input value of an element at the time of entry. We keep getting the error below when we try to save the element entry.

Element input validation formula successfully works for other UOMs such as Number, Money, Integer etc.

Our current Element input value UOM : 'Hours and minutes expressed as numeric values'

Example Element Entry Value is 10:00

Our 'Element Input Validation' formula is:

DEFAULT FOR entry_value is 0

 INPUTS ARE entry_value

 formula_message = '.'

formula_status = 'S'

 if entry_value > 24 then

(

 formula_message = 'Invalid Input'

 formula_status = 'E'

)

return formula_message, formula_status

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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