I hope all are doing well.
I am working on a project (Robotic ID creation) where ID should be created on AD from SailPoint IIQ with some attributes(with License assignment) . We have created a new Quick Link and Form.
Now after manager approval, we are trying to create an Identity first in SailPoint IIQ before plan creation.
But I am not getting the Sub process/Call method to call for Identity creation in SailPoint. Could you please anyone help me out here to figure it out.
You can develop a method specifically for creating a new identity and invoke this method at the start of the plan creation process. This way, a new identity will be generated, and you can pass this identity to your plan. Note that there is no subprocess or call method available for identity creation.
@Venu1010
Either you follow the method mentioned by @Arun-Kumar or you can actually call the OOTB Create Identity workflow LCM Create and Update which can actually create the identity.
@Venu1010
As mentioned you can use LCM Create and Update, it will have option of approvalscheme where you can configure approvals as per your needs
And you have set of input variables like plan , flow etc. please check with workflow once, its a OOTB one you will get a better understanding
Basically from your workflow build the required params for this workflow and call this workflow with those params.