Symptom
- How To Create After Hire Date Alert Rule?
- Employee must get a reminder month or day or Year before his / her Hire date
Image/data in this KBA is from SAP internal systems, sample data, or demo systems. Any resemblance to real data is purely coincidental
Environment
SAP SuccessFactors Employee Central
Resolution
Important: 2431478 - Example Configuration of an EC Alert and Notification Rule
Step 1: Enable Field hireDate under Job Information
View Field: Hire Date
<hris-field id="hireDate" visibility="both">
<label xml:lang="en-US">Hire date</label>
</hris-field>
Or Via UI - BCUI
- Go to BCUI
- under - Job Infos
- Hris-field id : hireDate
For any EC Standard field creation please refer to Guide:
- Guide: Data Model Field Information for Employee Central -
- See Job Information (hris-element-id: jobInfo)
- For : hireDate
Step 2: Grant Permission
- Go to your permission Role
- Under Employee Central Effective Dated Entities
- Grant RBP to Field: Hire date
Step 3: Create Rule
- View Create an alert rule View 2856599 - 1911 - Rule Scenario Base Objects Used in Alert Triggering Rules for Employee Central Data Objects - Generate Alerts for Employee Central Data
Example:
Or
FAQ - Additional Information
Q) Can I use Employment Details model to Use current and previous value for comparison in EC Alert?
A) Not supporting because Employment Details model is not an effective dated entity. so do not us previous value in your rule , please use Employment Details
Q) Which base object are supporting for EC Alert?
A) See below
- 2856599 - 1911 - Rule Scenario Base Objects Used in Alert Triggering Rules for Employee Central Data Objects - Generate Alerts for Employee Central Data
- For general configuration guidance, please refer to the Employee Central Workflows handbook, section for Alerts and Notifications
Additional Information: Delete Old Pending Alert Flag
Guide: New Rule Setting for Deleting Unwanted Pending Alerts for Effective-Dated Entities
Using this new rule setting, you can delete unwanted pending alerts for several HRIS effective-dated entities when creating a new alert.
After a new alert is created following a data change, old pending alerts become irrelevant and are not expected to be sent. You can update your alert rules by including the new setting Delete Old Pending Alert Flag. This will delete unwanted pending alerts and prevent them from being sent for future data changes. Three HRIS effective-dated entities are supported now: job information, compensation information, and pay component recurring.
We built this new feature to protect customers from being confused or disturbed by unwanted alerts and to save them from having to delete such alerts manually
See Also
- 2856599 - 1911 - Rule Scenario Base Objects Used in Alert Triggering Rules for Employee Central Data Objects - Generate Alerts for Employee Central Data
- 3400528 - How To Create probation-period-end-date Alert Rule
- 2667012 - Employment Details vs Employee Information Alerts
- 2315275 - Employee Central - Workflows & Alerts FAQ
- 2156278 - How to set up EC Alerts and Notification using Business Rules
- 2312196 - Receiving EC Alert and Notification When the Business Rule IF Conditions are no Longer Met
- 2302229 - Receiving Multiple EC Alerts and Notifications
- 2757863 - Manage Alerts and Notifications tool
- 2087890 - Top Reasons Why Email Notifications are Not Sent or Received. Basic Troubleshooting - HXM Suite
- 2473912 - Troubleshooting Email Notification - Guided Answer
- 2462997 - EC Alerts and Notification Job Failing
- 2984112 - Is it possible to see who received an EC Alert Notification?
- 3487630 - EC Alerts and Notifications job is failing due to the error "Cannot invoke "java.util.Map.get(Object)" because "numAlertsMap" is null" - Employee Central
Keywords
KBA , LOD-SF-EC-ALR , Alerts & Notifications (saveAlert - EC Core only) , How To