Symptom
How to edit the Requisition Posting Expiration Upcoming email trigger and use the tokens?
Environment
SAP SuccessFactors Recruiting Management
Resolution
1. Create a new template
- Go to Admin Tools > Recruiting > Manage Recruiting Email Templates;
- Create a new template that MUST contain the tokens [[BEGIN_REPEAT]] and [[END_REPEAT]].
- Example:
"Hi,
One or more postings for the following Job Requisitions are about to expire.
[[BEGIN_REPEAT]]
[[JOB_REQ_ID]]:[[JOB_REQ_TITLE]] handled by [[RECRUITER_FULL_NAME]] belonging to [[HIRING_MGR_FULL_NAME]]
Posting types expiring are:
[[POSTING_TYPES]]
[[END_REPEAT]]
Please act on them.
Thanks,
Admin"
2. Enable the email trigger
- Go to Admin Tools > Recruiting > Recruiting Email Triggers;
- Enable the trigger ''Requisition Posting Expiration Upcoming";
- Select a Trigger Point;
- Select an email template;
- Specify Recipients as needed;
- Validate standard tokens and save.
- Example:
- Attention:
- This is an asynchronous email trigger which runs only twice every day at 8am and 8pm server time.
- There is a quartz job which runs to collect all job postings which will expire within certain time. The Job Owner for the quartz job is by default the logged-in admin user who "enables & saves" the email trigger.
- It sends a consolidated email content, i.e. an email mentioning more than one job postings. The email template MUST contain [[BEGIN_REPEAT]] and [[END_REPEAT]] tokens defined in the "Tips" section.
See Also
Keywords
posting expiration, recruiting, trigger, email trigger, recruiting email trigger, job requisition expiration, token , KBA , sf recruiting , LOD-SF-RCM-EML , Recruiting Emails and Notifications , LOD-SF-RCM , Recruiting Management , LOD-SF-RCM-JOB , Job Postings & Requisitions , How To