on 2016 Dec 14 6:51 AM
When Employee Submitting Sick leave more than 2 days then system should find medical document mandate..! using SuccessFactors Rules
we have tried in 3 ways :
1. IF the Employee select sick leave && leaves more than 2 days && Document = null
THEN it shows an error. It is ok but it is highlighting startDate.
it works if we reset the startDate after uploading the document , before submit.
2. Actually we don't want that Highlighting Startdate and reset startdate again..
So i wrote a rule like
" IF it is Sick Leave && requesting Days > 2 days && Document = null
THEN Set StartDate = null
Set error message like "please upload the document "
Else IF it is Sick Leave && requesting Days > 2 days && Document = Document "
Then startDate= startDate and raise Info message.
It is not highlighting the startDate.. it works
but we have a problem with Requesting number of Days field .. it is not refreshing may be it happened because of StartDate = null i think so.. and shows in hours not in days
if we reset the startdate again then it works but i don't want to reset startdate...
3. Rule like.. Check all 3 Conditions (leave type && Number of days && Document=Null)
then it shows an error .. but After uploading the Document 'Error' not going to disappear it still exists .. i don't want that..
please help me .. thank you
User | Count |
---|---|
106 | |
8 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.