Hello Everyone,
Currently MDF’s are not supported for Offboarding Process hence data collection objects cannot be created to capture exit survey response from Employee prior their termination date.
Customers can always use other platforms such as Qualtrics to send email survey and obtain feedback from employees before they leave the organization.
But this process might not always work for all customer as few customers wants to keep all the data inside single Platform like SuccessFactors.
Today I will be showing process how this can be achieved using Employee Central MDF Objects and Integration Center.
Prerequisites : In order to use below process customer needs to have Employee Central License.
Step 1 – Create a custom MDF Object in SuccessFactors called as Exit Interview
Step 2 – Create Custom UI for this Object
Use Manage Configuration UI tool to create custom UI
- Make Fields editable or not editable depending on your requirement
- Make field as Single Line Input or Multi Line Input depending on your requirement
- Make questions Mandatory or non mandatory depending on your requirement
Step 3 – Attach Custom UI on Employee’s Profile
Use Configure People Profile to attach this UI on Employee’s Profile
Step 4 – Grant Permissions to Employee
- As this is Non Effective dated portlet only permissions you can grant to employee is View and Edit
- Depending on your configuration requirement you can make this section as Effective Dated portlet your employees can be granted access to View Current / View History / Insert / Correct / Edit / Delete
- You don’t need to grant Import/Export Permission to employee as this process is completely done on UI. Admin can have this permission to migrate data from Legacy system
Step 5 – Most of the times there is requirement that this section should become visible to Employee only few days before their actual last working date and not visible to any active employee. We will see now how we can accommodate this requirement as well
To achieve this you need to create a custom field which will calculate No of days remaining for Exit. This also needs to be calculated on Dynamic basis everyday to make it Realtime.
Step 5.1 – Create a custom field on Employment details “No of Days remaining to Exit”
As an admin you need to grant view permission to this field to check your configuration. No need to grant permission to employees as they don’t need this information
Also use onInIt Rule to hide this field on Add New Hire Page. If you don’t add this rule then field will become visible on Add New Employee Page.
Step 5.2 – Now use Integration Center to create a scheduled Integration. We can also use ISC to trigger this based on Termination but as we need to run this integration on daily basis use Scheduled Integration
Once Integration is ready it is time to test Integration. To test terminate any employee in future date (Choose a date which will match your criteria of when this section should be visible to employee. e.g I chose Termination date is 6th Sep which is 5 days from now, which matches my criteria). After termination of employee run integration manually to see below result.
Step 6 – We need to add this field to DGFilter so that we can make permission groups based on this. This is required to make this custom portlet available only few days before actual termination. In my case Custom MDF should become visible to employees at least 10 days before termination until actual termination date. In your case this range may vary.
Step 7 – Create Permission Group using Newly added custom Field and assign Permission role to this group which you have created previously and assigned permission to Object and Employee View. You need to make sure this role is separate than regular ESS role so that permissions will be only assigned to employees who fit your custom criteria
As our Integration is running on daily basis this “No of days Remaining for Exit” is calculated on daily basis and people will get added automatically to this group based on this field also they will be automatically excluded when they does not match criteria.
Time to test our solution
Some Benefits:
- As this is MDF object you can crate reports of this which will be useful for you to do further Attrition analysis
- You can add as many as fields required and customize your form based on different criteria
- All your exit related data stays in one system.
Additional things you can do on top of this
- Workflow – if required attach workflow to this MDF Object
- Notifications – If required you can send Alerts and Notifications for this custom MDF objects
Hope this article helps you to achieve desired result and enhance your Offboarding Experience in SuccessFactors