Share all details about your problem, including any error messages you may have received.
Hi all,
From my quicklink I would like to direct user to an external webpage on click of the quicklink. Would like to check will that be possible? Something like sample image below.
Its very easy, create a quicklink like below, once created go to debug and add the entry in systemconfiguration(in self service category, just add the line)
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE QuickLink PUBLIC "sailpoint.dtd" "sailpoint.dtd">
<QuickLink action="external" category="self Service" messageKey="click and user will be brought to external website" name="">
<Attributes>
<Map>
<entry key="displayText" value="true"/>
<entry key="url" value="externalurl"/>
</Map>
</Attributes>`Preformatted text`
Something to consider is using the QuickLink to launch a form. From there you can provide various url’s that are useful to the user and you can use html, which would allow you to add target=”_blank” to your links.