Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to validate input value in oracle fusion hcm?

Bishoy TalaatNov 10 2021 — edited Nov 10 2021

I have a requirement to validate the user's input on weight field on goal screen before submitting.
I created sandbox and I am trying to add EL Expression to validate the input.
validation is : Input value to be multiple of 5
and show error message if the input is not multiple of 5.
the expression i use is :
#{bindings.Weighting.inputValue mod 5 != 0 ? 'x': 'Y'} but i doesn't work fine.

Thanks in advance.
g3.PNG

Comments
Post Details
Added on Nov 10 2021
1 comment
971 views