Question on plan.getMatchingAccountRequest(ProvisioningPlan.AccountRequest src)

Hi Everyone,

I have a question regarding the method plan.getMatchingAccountRequest. Have anyone used this method mentioned in the Javadocs?
Java docs | SailPoint Developer Community

How does this method work? Does it look for same native Identity with similar operation method ?
I am looking to use this method to disable split provisioning in ISC. Can this method be used to find similar request entitlement request which raised at the same time and merge it to a single account request ?

Or SailPoint generates multiple provisioning plan for each entitlement?

ISC Splits the plan.

BUT

you can only manipulate the Plan that has been sent to the connector. But i think you could get the Provisioning Project. but that will not help you get the other entitltments.

IF its webservice there is a option to do single entltitment assigment.

Is there any way to merge the plan for the access items that are submitted together.

SailPoint support team informed that there a flag which can be set on tenant level for disabling split provision. After setting the flag we multiple entitlements or access profile are getting merged. This flag can’t be set using any API. We need to reach out to SailPoint support to set the flag.