Enterprise Architecture Blog Posts
Need a little more room to share your thoughts with the community? Post a blog in the SAP Enterprise Architecture group to explain the more complex topics.
cancel
Showing results for 
Search instead for 
Did you mean: 
Avinash_Ch
Discoverer

Introduction :


An integral aspect of HR operations is managing document requests, ensuring employees have access to essential documents promptly. Traditionally, this process could be cumbersome and time-consuming. However, with advancements in technology,  Success Factors Employee Central (SF EC) offers a solution through Custom MDF (Meta Data Framework), enabling organizations to streamline HR document requests efficiently.


Imagine a scenario where an employee needs to request a crucial document from HR, such as an employment verification letter or a salary statement. With Custom MDF in SF EC, this process becomes streamlined and user-friendly.

Streamlining HR Document Requests with Custom MDF

Follow these steps to create a custom MDF and business rules to trigger the workflow for the custom MDF.

Step 1 : Create a parent child objects in object definition named HR document Request as parent object and HR document Request Child as a child object. 

Avinash_Ch_0-1711777848973.png

 

 

This the parent object with effective dating as basic.

Avinash_Ch_1-1711777928510.png

 

This is the child object with fields document type and status and comments. Keep the effective dating is from Parent object. Make the status and document type field as pick list and create pick list for these two fields.

Go to Admin Center > Picklist Center and provide the picklist value for both document type and status fields. 

Avinash_Ch_2-1711778405327.png

Avinash_Ch_3-1711778421760.png

 

Assign the pick list value to fields in child object by clicking on details and copy paste the external code of the pick list under valid values sources.

Avinash_Ch_4-1711778648619.png

 

Step 2:  Provide the Association between the child and parent object give Miscellaneous permission to both objects

Avinash_Ch_5-1711778913489.png

Step 3: Configure UI from Admin Center > Manage Configuration UI and create an ui for the Parent object HR document Request and provide an ID for the UI.

 

Avinash_Ch_7-1711779390199.png

Go to Admin Center > People Profile and create a new block and assign the created UI screen under Live Profile MDF information block .

Avinash_Ch_8-1711779551244.png

Avinash_Ch_9-1711779578432.png

Once People profile has been configured now provide the RBP permission to both employee and HR for the created object. Admin center > Permission Roles > employee Views and Miscellaneous Permission.

Avinash_Ch_10-1711779851910.png

Step 4: Configure the business rules to set the status fields default while creating an HR Document request and to trigger the workflow once MDF gets saved.

configure the Workflow that has to be triggered and assign in the business rule.

Avinash_Ch_0-1711789834492.png

 

This rule is trigger the workflow once the MDF is submitted.Avinash_Ch_11-1711780372428.png

This rule is set the status field by default to pending.

Avinash_Ch_12-1711780612749.png

once these rules were configured add these rules in the Parent object

Avinash_Ch_13-1711780674681.png

Processes Flow: 

The process begins with the employee initiating the document request. Employees can easily access the Custom MDF object designated for document requests. They provide necessary details such as the type of document required and the effective date needed. This empowers employees with the ability to manage their own document needs efficiently.
Employee submits the MDF request with proper letter template and effective date for the letter.

Screenshot 2024-03-30 142659.png

HR manager receives the workflow and email notification is sent to HR manager.

Screenshot 2024-03-30 142814.png 

Hr opens the workflow request and  click on details and attach the required document that generated as of date and kept the status as completed and approves the request.

Screenshot 2024-03-30 144208.png

HR attaches the generated document from Take action screen of employee and submits the document here in details and approves the request.


Screenshot 2024-03-30 144428.png


Once the HR manager approves the request and attaches the document, the employee receives a notification informing them of the approval. They can then conveniently access the Custom MDF object and download the requested document. This self-service functionality empowers employees, reducing dependency on HR personnel for routine document retrieval tasks.


Screenshot 2024-03-30 144608.png

The employee can download the document from the Custom MDF.

Screenshot 2024-03-30 145127.png

Conclusion

Custom MDF in SAP SuccessFactors Employee Central revolutionizes HR document management, providing organizations with a powerful tool to streamline document requests efficiently. By empowering employees and HR personnel with self-service capabilities and seamless workflow automation, organizations can enhance productivity, compliance, and employee satisfaction. 

1 Comment
nltlo2
Explorer

Very cool idea and nice explanation !