Displaying Warning Message which should be followed by Error Message in Global Absence Entry validat — Cloud Customer Connect
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
Get Started with Redwood: Oracle Cloud SCM and Purchasing

Displaying Warning Message which should be followed by Error Message in Global Absence Entry validat

edited Jan 8, 2020 1:23PM in Workforce Management 2 comments

Summary

Displaying Warning Message which should be followed by Error Message in Global Absence Entry validation Fast Formula

Content

Hi Experts,

We have a scenario where we want to show a warning message which should be followed by a Error Message in "Global Absence Entry validation" Fast formula.

Currently it seems only warning message is displayed and if user selects 'Yes' request gets submitted.

Pseudo Code is as below:

**********************START*****************************************

VALID = 'N'

ERROR_CODE = 'W'

ERROR_MESSAGE = 'Please check Absence balance is greater than 0'

RETURN VALID,ERROR_CODE,ERROR_MESSAGE

IF IV_TOTALDURATION > 5

THEN

(

VALID = 'N'

ERROR_MESSAGE = 'Absence cannot be greater than 5 days'

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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