Human Capital Management Blogs by Members
Gain valuable knowledge and tips on SAP SuccessFactors and human capital management from member blog posts. Share your HCM insights with a post of your own.
cancel
Showing results for 
Search instead for 
Did you mean: 
christosetti
Explorer
Introduction:

Managing a new employee’s probation process can tricky. Often, companies neglect this process and simply close this period out with a short and ill-planned meeting. Customers using SuccessFactors however, have a great tool to manage this process. By turning to Performance and Goal management, we can manipulate a goal plan, performance form, and competencies to give the probation period due process. This blog will outline an example solution with some tips and tricks on how this can be achieved.

 

Solution Overview and Process:


Process Map


To put this solution into perspective, the above process map defines the steps and roles that may be required during a probation period assessment. Now, it is important to note, each organisation's process may look different. For example, more or fewer actors may be needed to take part. Or perhaps greater or fewer steps are needed. The important aspect is that you choose a process that works for your company needs.

In this example, we can see the process begins with HR launching and populating goals. SuccessFactors offers many different methods to populate standard goals across an organisation. If however, these goals vary per employee, importing goals or adding them manually may be the best course of action.


As in all performance form templates, we can customise section text to cater to the exact assessment we are looking to carry out. A trick here we could use is pulling in the probation end date for the subject employee directly into the employee information section. If you are utilising a field like this in job information, this can easily be synced to the employee profile CUSTOM fields and therefore be referenced into the form’s configuration. In addition, we can sync any updates to this field to also be updated in the form dynamically in case of a probation end date change.

We can also utilise a unique goal plan specifically for probation objectives. This can be permissioned accordingly based on which roles and steps you want to make this available too. You can also add an employee step to the route map which allows employees to acknowledge the goals set for them. Another standard section that can be utilised is the competency section. We can configure these competencies to be pulled in automatically based on an employee’s job code by using the use-jobcode="true" tag in the competency-sect of the form’s XML configuration.

As the probation period comes to its closure, a manager may assess the employee based on their performance. This can be done in many ways in Performance Management. For example, item ratings or overall ratings, either calculated or manual. For simplicity, it may be more effective to use a single manual overall rating on the form utilising a configured rating scale.

 


 


Typically, at this stage of this process, the organisation comes to a three-way junction on how to proceed. They either pass, extend or fail the employee based on their performance. By using an iterative step in the route map, we can cater for a probation extension if required. We can include the HRBP role in this step or any other role defined in SuccessFactors. Another trick we can use is the required section comments field for extension or failure. If the employee passes and the user selects “Probation Passed” the field can be left blank. However, if we want to extend and send to the iterative user such as the HRBP, we must add some comments into the above field. This can be achieved by adding the below XML code in the Summary section after the </section-permission> tag.

<required-fields>

          <role-name>EM</role-name>

          <role-name>EH</role-name>

          <field refid="section-comments" min-value="1.0" max-value="9999.0"/>

          <route-step stepid="3"/>

          <send-action sendid="inner_step_send"/>

 

Various admin features and permissions can be granted to support this process. For example, in the case of an extension, you can permission the “Change Document Date” permission under “Manage Documents” in RBP to allow an HRBP to amend dates of the form to align with extension dates. You could also grant the “Delete Document” permission in the case of a failed probation. My recommendation would be to clearly outline which roles are required to complete which actions during this process by having a clear process map. This will better aid your solution in SuccessFactors.

In most cases, we hope that our employees complete their probation period without a hiccup. Here, we can use standard signature steps in the route map to confirm all parties are happy with the employee’s performance.

 

Notifications:

Notifications in SuccessFactors may also be used to support this process. The below notifications are all available in E-Mail Notification Template Settings via the Admin Center:

  • Document Creation – Notify users when a probation form is launched.

  • Document Routing – Inform each user when the form is sitting with them to action.

  • Document Due and Late Notifications – Set reminders for your employees and managers before or after the forms due date to ensure this process in managed within the right timeframe.

  • Document Completion – Customise a completion notification by drafting a congratulatory email to be sent to the employee once they have passed their probation.


 

Summary:

To conclude, this blog offers just a high-level overview of what can be achieved to support your company’s probation process using performance management. The flexibility of a performance form makes it a great tool to carry out various assessment scenarios. If you require further support or have any other questions on how we can make this solution work for you, please do not hesitate to reach out.
1 Comment
Labels in this area