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..