Joiner Mover Leaver QuickLink, Form and Workflow XML Files Required for Contractor Employees

@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,

How can I create quicklink to search identity exist in sailpoint - IdentityIQ (IIQ) / IIQ Discussion and Questions - SailPoint Developer Community

Check if that works.