Multiple HR Profiles created for UsersIssue Two HR Profiles have been created for some users. A customer async business rule creates an HR profile when a user record is inserted or updated if an HR profile does not exist.ReleaseAll ReleasesCauseWhen a user logins in to an instance, the sys_user record is updated twice which fires the business rule twice. The script in the business rules queries the HR profile table and if one doesn't exist, a profile is created. ResolutionAs the code for creating the HR profile is not intensive change the business rule to an 'after' rule.