Symptom
How to add external link in quick navigation tile.
"Image/data in this KBA is from SAP internal systems, sample data, or demo systems. Any resemblance to real data is purely coincidental."
Environment
SAP SuccessFactors HCM Suite
Reproducing the Issue
How to add external link in quick navigation.
Resolution
It can be done by admin who has access to "Manage Home Page".
Steps are below:
- Go to Manage home page
- Edit tile quick navigation
- Go to content of the tile.
- Click on Source code button.
- Go down and add the html code below by correcting the link to this as per your external link: The html code must be kept under </tbody></table>
<tr>
<td>
<p><strong><a href="https://google.com" target="_blank" rel="noopener"><span style="color: #000000;">External Link</span></a><span style="color: #000000;"> </span></strong></p>
</td>
</tr>
Please note, it is important to update content of all the languages which are being used in your instance otherwise user for respective language will not be able to see the newly added links. For Eg. In above screenshots, the content of English US has been edited.
Keywords
External link in quick navigation, external link in home page tile,quick links , KBA , LOD-SF-PLT-HOM , Home Page , How To