Get Started with Redwood for Oracle Cloud HCM Begin Now
Indicators to determine if a requisition has been created via Job or Requisition template
Summary:
We are checking if there are any other IF statements that would differentiate if a requisition has been created via Job or Requisition templates.
We are trying to create a requisition approval wherein if the requisition is created via Job template, it will be routed to 1 approver and if the requisition is created via Position template it will be routed 2 approvers. We are currenly using the IF statements below. We have encountered an issue were some of them are failing and some of them are working as expected.
- Position Template: GetRequisitionFieldsResponse.result.Requisition Template Name is null
- Job Template: GetRequisitionFieldsResponse.result.Requisition Template Name isn't null
0