Multi-Level Approval In Batch Request

Hi
I need multi level approval for each row item in my batch request file. For single level approval I am using the below script in “Approval Scheme” in Approve and Provision Step.

      <Script>
        <Source>
          if(source.equalsIgnoreCase("Batch")){
          return "manager";
          }
        </Source>
      </Script>
    </Arg>

But I need to add the L2 and L3 approvers for the roles/entitlements which have multi level approver. I tried using the Approval assignment rule but it didnt work for batch request.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.