Skip to Content
Technical Articles
Author's profile photo Karen Perez

Uncomplicating SuccessFactors Employee Central Deep Links

INTRODUCTION

It is very common for customers to look for options to improve the user experience through deep links, which are nothing more than hyperlinks that lead directly to a specific page in the SAP SuccessFactors system, but for many customers, the creation/definition of the deep link still causes a little discomfort or dedication of time that is increasingly scarce. Because of that, we’ve put examples in this blog that can be used as a starting point for those who want to better explore the possibilities of deep links to Employee Central processes/portlets.

DETAILS

Before jumping to the sample deep link use cases, it is important to remember that we will cover Employee Central links and for this, there are a set of supported Base URL options to be used, which are:

  • /sf/liveprofile/
  • /sf/employmentinfo
  • /sf/personalinfo
  • /sf/employeeupdate

The deep link is defined in blocks as per below diagram:

To bring the information of a specific person you can add the following parameter to these URL options: selected_user=UserID

To bring the information of a specific position you can use the following parameter: selected_position=position external code

  1. Sample Deep Links

1.1 Go to Profile

The below URL takes you to the Profile page, without pointing to any specific portlet/block.

https://salesdemo4.successfactors.com/sf/personalinfo

1.2 Profile Portlets/Blocks

when you need to send the users to a specific portlet/block from the profile, you can use the parameters:

  • blockid=
  • blockType=

In the below example we have used both. The first one we are pointing to the Address Info Portlet. The second we are directing the users to the Personal Information portlet.

https://salesdemo4.successfactors.com/sf/personalinfo?blockId=block7322

Image from demo

Please remember that you have to go to the ‘Configurare People Profile’ to check and copy the block id or type to be added to your URL, as per the screenshot below:

Image from demo

Below you can also find an example using the blockType parameter:

https://salesdemo4.successfactors.com/sf/personalinfo?blockType=PERSONAL_INFO_BLOCK

Image%20from%20demo

Image from demo

 

1.3 Job Information

To directly access the Job Information portlet to make changes, such as Promotion, Demotion, Transfer, etc, the below URL brings you to the portlet. Please note that we have used the parameter to define a specific user.

https://salesdemo4.successfactors.com/sf/employeeupdate?selected_user=100239

Image%20from%20demo

Image from demo

1.4 Employment Details

To directly access the Employment Details portlet use the below URL. Please note that we have used the parameter to define a specific user and the Action Controller to already open the portlet in edit mode.

https://salesdemo4.successfactors.com/sf/employeeupdate?selectquestion=essMssEmploymentDetailsActionController&selected_user=100009

Image%20from%20demo

Image from demo

1.5 One Time Deduction

To directly access the One Time Deduction portlet use the below URL. Please note that we have used the parameter to define a specific user and the Action Controller to already open the portlet in edit mode.

https://salesdemo4.successfactors.com/sf/employeeupdate?selectquestion=essMssOneTimeDeductionController&selected_user=100009

Image%20from%20demo

Image from demo

1.6 One Time Payment

To directly access the One Time Payment portlet use the below URL. Please note that we have used the parameter to define a specific user and the Action Controller to already open the portlet in edit mode.

https://salesdemo4.successfactors.com/sf/employeeupdate?selectquestion=essMssPayCompNonRecurringActionController&selected_user=100009

Image from demo

1.7 Termination

To directly access the Termination portlet use the below URL. Please note that we have used the parameter to define a specific user and the Action Controller to already open the portlet in edit mode.

https://salesdemo4.successfactors.com/sf/employeeupdate?selectquestion=essMssTerminateActionController&selected_user=100009

Image%20from%20demo

Image from demo

1.8 Concurrent Employment

For you, quickly start concurrent employment, use the below URL. Please note that we have used the parameter to define a specific user and the Action Controller to already open the portlet in edit mode.

https://salesdemo4.successfactors.com/sf/employeeupdate?selectquestion=essMssConcurrentEmploymentActionController&selected_user=100009

Image%20from%20demo

Image from demo

1.9 Position Org Chart

To access the Position Org Chart for a specific position, use the below URL. In case you don’t want to access a specific position, but just the full Position Org Chart, you need to remove the selected_position parameter from the URL.

https://salesdemo4.successfactors.com/sf/orgchart?type=position&selected_position=3000901

Image%20from%20demo

Image from demo

1.10 Company Structure Overview

To access the Position Org Chart for a specific position, use the below URL. Note that for this URL we have used the parameter type=

https://salesdemo4.successfactors.com/sf/orgchart?type=entity&bplte

Image%20from%20demo

Image from demo

1.11 Time Off request

To directly access the Time Off request page use the below URL. Please note that we have used the parameter to define a specific user.

https://salesdemo4.successfactors.com/sf/timeoff?selected_user=100009

Image%20from%20demo

Image from demo

1.12 Time Off Administer Time

To directly access the Time Off Administer Time page use the below URL.

https://salesdemo4.successfactors.com/sf/timeoffworkbench

Image%20from%20demo

Image from demo

1.13 Time Off Calendars

To directly access the Time Off Calendars page use the below URL.

https://salesdemo4.successfactors.com/sf/timeoffcalendars

Image%20from%20demo

Image from demo

 

This ends our blog, but as noticed, the parameters used are all optional, in other words, it can be used or not, depending on the use case that needs to be implemented.

CONCLUSION

This blog post shared some Employee Central deep link possibilities for you to use as a starting point when thinking about improving the user experience of your employees or admins.

Looking forward to your comments and seeing your use cases/experiences on this topic.

Assigned Tags

      9 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Céline Santos
      Céline Santos

      Karen Perez thanks for the tips 🙂

      Author's profile photo Patrik Neubacher
      Patrik Neubacher

      Hey Karen, thanks for the inside. Very useful! Would you know if and how it is possible to add a link e.g. time off workbench as "take action" in people profile? Meaning including select user such as ?selecteduser="current user"? Else it points always to your own workbench of course? Many thanks Patrik

      Author's profile photo Karen Perez
      Karen Perez
      Blog Post Author

      Dear Former Member,

      I am glad that you found the blog useful.

      For you to add a link in the Take Action you have to go to the 'Configure Custom Navigation' page and add the workbench link (please remember that you just need to add this part of the link: /sf/timeoffworkbench), without the selecteduser, so if the users clicking on it have permissions to access the page, they will be directed to the workbench page.

      Image%20from%20demo

      Image from demo

      I hope this helps!

      Thank you.

      Best Regards,

      Karen Perez

      Author's profile photo Noel Ashmore
      Noel Ashmore

      Hi Karen,

      Can you create a deep link to quick actions on the homepage? e.g MyTeam?

      I think the answer is NO:)

       

       

       

       

      Author's profile photo Karen Perez
      Karen Perez
      Blog Post Author

      Dear Noel Ashmore,

      The quick actions that open a new page, such as Profile, Org Chart, etc, you can create the deep link, but the ones that opens in a card, such as My Team, we still don't have a way to do it (at least not as of today). If this change, I will update this blog and you will be notified.

      Thank you.

      Best Regards,

      Karen Perez

      Author's profile photo David Noe
      David Noe

      Thanks Karen, this is great.

      Author's profile photo Karen Perez
      Karen Perez
      Blog Post Author

      Glad you like it, David Noe!

      Author's profile photo Christopher Orilogbon
      Christopher Orilogbon

      This is very useful. Thank you.

      Author's profile photo Karen Perez
      Karen Perez
      Blog Post Author

      Thank you, Christopher Orilogbon!