Human Capital Management Blog Posts by Members
Explore blogs from customers or SAP partners to gain best practices and fresh insights to succeed.
cancel
Showing results for 
Search instead for 
Did you mean: 
prabu_manoharan
Explorer
1,609

Scenario: Using Employee Central Benefits, we can set a deduction start date different from the enrollment start date during the Automatic Enrollment process.

When it is a manual enrollment, the deduction start date will follow the enrollment date as default.

Solution

In the object Benefit Enrollment, there is a field called “isDedStartDateCalculated”, that field must be TRUE, so can we manage the deduction start date as per the requirement.

 Creating an onSave rule to set the field to be TRUE and set the Deduction Start Date as expected:

prabumano_0-1712780721591.png

The special configuration is in the “isDedStartDateCalculated” field:

prabumano_1-1712780721592.png

The field is not visible, so you are not able to set using the standard Business Rule UI.

To set the field to be TRUE, you must…

  1. Export the Business Rule

prabumano_2-1712780721593.png

 

  1. Edit the Rule in a Notepad

prabumano_3-1712780721594.png

  1. Import the Business Rule

prabumano_4-1712780721594.png

Done.

The system will set the Deduction Start Date as you want.

2 Comments