Share all details related to your problem, including any error messages you may have received.
Hi all, I am very new in sailpoint. I dont know how can i create a quicklink.
A new custom quick link to display minimal user details.This link will be available for all users.
This link will allow any end user to search any users (using id, Email, FirstName or LastName).
Quick link will display only below attributes in search result:
ID
Email
First Name
Last Name
This will enable all the user to view identity quicklink. If you want only particular people to access that quicklink create a new quicklink population and mention the criteria.
@amanKsingh you can create quick link and add entry in system configuration by above thread.
but you need to create a workflow by using identityModel. It has below steps
Start the workflow
Compute identityModel based on the value of identityName
Present a Form to gather the desired value of identityName
Print out the workflow variables
Stop the workflow