@manikandaprabhu_cg You can check files under
IIQ\WEB-INF\config\rapidsetup\rsworkflows.xml
You have to customize this workflow. logic should be around.
identityName should be not null then it coming through trigger. So you can create a quicklink that will launch this workflow, in this flow identityName should be null.
- You can create a form to select identity
- build identity Model
- on submit follow the same flow.
For IdentityModel Look for this thread,
Check if that works.