Unable to raise warning message using absence validation fast formula on Time Card Page
Hello,
We have a requirement to throw a warning message and allow employees to submit their Timecard even if there is an absence validation failure. To handle this, we have written a global absence entry validation formula and used Error_code as "W" while raising the message as a warning type. However, the formula is not able to display it as a warning message on the Timecard submission screen—it only shows the message on the Absence Administration screen.
The point is that employees use the Timecard screen to submit their absences, so we are expecting the warning message to appear at the Timecard level as well. If we use Error_code as "E", the error message is triggered when validation fails, but the employee is then unable to save or submit the Timecard.