How to enable withdrawal approval for only non Self paced items
Summary:
Team ,I am unable to get the result right when it is configured in Learning Assignment Withdrawal for withdrawal of any learning item but self-paced:
1.We have requirement for employees to withdraw from completed course post approval, but this is not applicable for self paced items.Self paced should be allowed to withdraw withdraw without any approval
So I have 2 different rules as below:
For Non Elearning : ((Learning Item.result.Learning Item Type Code != "ORA_ELEARNING") AND (Requestor's Assignment.result.Person Identifier == Learner.result.Person Identifier))
For Elearning/self paced : ((Learning Item.result.Learning Item Type Code == "ORA_ELEARNING") AND (Requestor's Assignment.result.Person Identifier == Learner.result.Person Identifier))