Updating email address on HR Profile table does not update primary email in Notification Device tableDescriptionUpdating an email address on the HR Profile [hr_profile] table is updating the email address in the User [sys_user] table as expected, but not updating the primary email in the Notification Device (cmn_notif_device) table. The Update Email Devices business rule (included in the base system) in the User table updates the email in the Notification Device table whenever an email address for a user is updated. This process is not working as expected.Steps to Reproduce Activate the Human Resources Application: Core plugin.Modify the ACLs so you can edit the Work email field on the HR Profile form.Identify or create (if necessary) a user that has an sys_user, hr_profile, and cmn_notif_device assigned to them.Navigate to Human Resources > Organization > HR Profiles.Search for and select the record for the user from step 3.In the Contact Information section or tab, edit the Work email field.Right-click in the header and select Save.In the Application Navigator, type sys_user.list in the Filter navigator field and press enter or return on your keyboard.Search for and select the record for the user from step 3. The email field should display the new value added in step 6.In the Application Navigator, type cmn_notif_device.list in the Filter navigator field and press enter or return on your keyboard.Search for and select the record for the user from step 3.Note that the Email address field is not updated with the new value from the Work email field of the hr_profile table.WorkaroundThis issue has been fixed in Helsinki. As a workaround in Geneva, a business rule needs to be created on the [hr_profile] table for cmn_notif_devices. Follow these steps to import the business rule: Navigate to System Definition > Business Rules.Right-click in the Name column header and select Import.Import the attached XML file. For more information about about importing XML, see Import a single XML containing one or more records. Related Problem: PRB724401