cancel
Showing results for 
Search instead for 
Did you mean: 

Birthday Alerts for employees

hrrvic
Explorer
0 Kudos

Hi,

We are configuring the Birthday Alerts for all employees on their birthday date.

While performing so, the actual Date of birth of employee is flowing in CustomDOB in manage data.

Can anyone help us how to make the Date of Birth flow in dobBiog filed in manage data.

Looking forward for some positive responses.

Regards,
Sridevi

Accepted Solutions (0)

Answers (3)

Answers (3)

khushbuagarwal1
Active Participant
0 Kudos

Hi Jasper,

Using integration center we will be doing a full import for all employees.

Is there any way to perform delta load so that any employee who has birthday on that day, the custom MDF record is touched and alert is triggered.

hrrvic
Explorer
0 Kudos

Hi,

You got it right, we have created a custom mdf object and MDF alert to trigger on the birthday.

Integration has been done accordingly.

Still the Date of birth field is null. However, the customDoB has the actual date of birth flowing from the EC data.

Not sure where the configuration ahs gone wrong

Regards,
Sridevi

nlgro023
Active Contributor
0 Kudos

Hi,

I'm not quite sure if I'm reading it correctly, but is it the case that you've created a custom mdf object on which you've put and MDF alert so that it triggers on the birthday?

Technically you could put an alert on personinfo as well, but as that entity is rarely updated, you would max get that alert once as employee (or you have to put in place like 50 alert business rules or something).

If you wish to achieve this via a custom mdf (assuming that is set-up and already has a correctly configured alert in place), I would suggest:
- Go to integration center and create one based on more integration types (scheduled - SuccessFactors - SuccessFactors - OData v2) and select the PerPerson entity (as that contains date of birth)
- Give it a name and then click next
- Select the PerPerson entity (left bottom corner) and delete it, hereafter select the + icon and the entity with the alert and custom field for date of Birth
- Do the mapping for it
- Then click next and apply some filtering if desired (i.e. to filter out inactives)
- Schedule it (i.e. yearly), so that it keeps setting up new alerts for birthdays every year.

khushbuagarwal1
Active Participant
0 Kudos

Hi Jasper,

Using integration center we will be doing a full import for all employees.

Is there any way to perform delta load so that any employee who has birthday on that day, the custom MDF record is touched and alert is triggered.

nlgro023
Active Contributor
0 Kudos

The problem is that the year of the birthday changes each year. If there was a field with the correct date of birthday in a year, you could let integration center filter on that and thereby trigger the notification in sort of a delta kind of way. If you for instance would have 2 jobs (1 that sets the new birthday (i.e. every year or month) and 1 that does filter on the birthday and that affects the alert mdf object) that could sort of work.