Credential sent Process to employees/Users in oracle cloud HCM
To send the credentials email notification or resend the welcome mail, need to follow the below steps:
1. Use the CredentialsEmailSent flag to No in User.dat HDL for the employees we want to send notifications to.
User.dat
METADATA|User|PersonNumber|CredentialsEmailSent
MERGE|User|1234|N
2. Run the schedule process "Send User Name and Password E-Mail Notifications"
To Stop credential email notification or sending welcome mail for the employees, need to follow the below steps:
1. Use the CredentialsEmailSent flag to Yes in User.dat HDL for the employees we want to stop notifications.
User.dat
METADATA|User|PersonNumber|CredentialsEmailSent
MERGE|User|1234|Y
2. Run the schedule process "Send User Name and Password E-Mail Notifications" which will send a notification to only Employees with CredentialsEmailSent set to N
Thanks
Sainath
No comments:
Post a Comment