Learn about the new Oracle AI Agent Studio for Fusion Applications: Watch Now
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Post Election Edit fast formula always return seeded message
Summary:
Post Election Edit fast formula always return content of seeded message BEN_92187_POST_ELCN_NOT_PASS. We are trying to return custom message at Post Election Edit fast formula. We have written as simple FF just to return custom message but is is always failed. below are text of FF
=============
SUCCESSFUL = 'N'
ERROR_MESSAGE = 'error'
l_status = add_rlog(-1,-1,'BEN_FF_ELIG_CALC_SUCCESSFUL ='||SUCCESSFUL)
l_status = add_rlog(-1,-1,'BEN_FF_ELIG_CALC_SUCCESSFUL='||ERROR_MESSAGE)
return SUCCESSFUL,ERROR_MESSAGE
=================
Instead of printing error it is printing "There was a problem saving the enrollment."
0