Skip Add Entitlement after Create Account

Hi,

I am using a Webservice connector to provision accounts.
User adds roles, roles has direct entitlements.
After the role request is approved, the Create Account is called.
Create account call creates the accounts and adds groups.

But then “Add Entitlement” operation is getting called. But I dont need this operation to get called since create account is taking care of everything.

Question: Is this standard behavior?
How can i skip Add Entitlement operation from getting called

Hi Uday,

Try adding this to your application xml:

<entry key="createAccountWithEntReq">
  <value>
  <Boolean>true</Boolean>
  </value>
</entry>

Thanks Paul. That works for add.

Question : On Role removal, the Remove Entitlement operation gets called.
Is there a property for that too?

I don’t think there is a specific flag for update/modify. You will have to rely on before provisioning rule instead as per my understanding.

thanks.
What do i need to do in the Before Prov rule of “Remove Entitlement”.
How to skip operation or “do nothing” and proceed?

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