Adding a link to the home screen IdentityIQ 8.4p2 best practice

In Sailpoint identity iq 8.4p2 I want to add a link or custom tile on the home screen. The link would allow users to access our wiki page with information about system upgrades, frequently asked questions and other information. How can we accomplish this and what are the best practices for this.

@kenney_s
You have the option to establish a quick link titled “Help,” which will direct users to a form.

Within the form, you may include all necessary information, such as contact email and phone number.

Hi Sumit - Thanks for your response, but the link would be for users to be brought to an information site like a wiki or SharePoint or similar. The site would have information for the user, like FAQ, how to, system announcements, new features…. It would not be used for the user base to request help.

Create a custom quicklink like below. Update the URL in the quicklink example below.

Sample QuickLink:

<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE QuickLink PUBLIC "sailpoint.dtd" "sailpoint.dtd">
<QuickLink action="external" category="Custom" messageKey="Go to MyWebPage" name="MyWebPage">  
      <Attributes>  
         <Map>  
            <entry key="url" value="http://www.mywebpage.com"/>  
            <entry key="parameters"> 
              <value>  
                <Map>  
                   <entry key="parameter1" value="parameterValue1"/>     
                </Map>  
              </value>  
            </entry>  
         </Map>  
      </Attributes>  
</QuickLink>

Once the quicklink is created. Move that quicklink tile to the Homescreen or the place where you want it.

Thank you Manish, we will give it a try.

NO Problem. Let me know if resoves your problem or not.

Thanks

Absolutely, I will tag it as a solution after validation. Thank You.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.