on ‎2016 Dec 15 10:05 AM - last edited on ‎2024 Feb 03 8:03 PM by postmig_api_4
Hi..
I wrote Rule for Sick Leave .. if Requesting Leaves more than 2 days, it needs medical certificate So.. (in SAP SuccessFactors)
My Rule is:
(
IF leavetype=SickLeave AND days >2 AND Document=null
THEN its show an error like "please upload a Doc."
ELSEIF leavetype=SickLeave AND days >2 AND Document notequal to Null
THEN it show warning "ur requesting Sick Leave and Submit"
)
but after uploading the Medical Document .. Error not disappear, it still existing there and i don't need that.. Is there any problem in backEnd or ..!
please help me and thank you..
Request clarification before answering.
| User | Count |
|---|---|
| 8 | |
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.