Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Add one more location to a Learning request approval rule
Summary:
Content (please ensure you mask any confidential information):
HI there,
we have a Learning Noncatalog Request approval rule that applies to employees based in Switzerland (CH). I want to add also the colleagues in Liecthenstein (LI).
How to adjust the code? Thanks in advance
((Learning Item.result.Learning Item Type == "ORA_NON_CATALOG") AND (Learner.result.User Name == Requestor's Assignment.result.User Name) AND (Learner.result.Legislation Code == "CH"))
Version (include the version you are using, if applicable):
24C
Code Snippet (add any code snippets that support your topic, if applicable):
((Learning Item.result.Learning Item Type == "ORA_NON_CATALOG") AND (Learner.result.User Name == Requestor's Assignment.result.User Name) AND (Learner.result.Legislation Code == "CH"))