Symptom
This KBA explains how customer can setup redirection of their RMK instance to a third party URL.
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 Recruiting Marketing
Resolution
- From Admin Center, go to CSB.
- Go to Pages > Home
- Select the Locale and Brand of the RMK where you want to set up redirection and go to Home.
- Click on "Add Component" and Click on "Custom Plugin". The component will show at the bottom of the page.
- Open the Custom Plugin and enter the script below and then click on Publish.
<script>
if (window.location = "RMK site URL")
{
window.location.href = "Third party URL";
}
</script>
Example:
<script>
if (window.location = "https://jobs.customer.com")
{
window.location.href = "https://corporate.customer.com";
}
</script>
See Also
2802422 - What to know about custom plugin - Recruiting Marketing
2573994 - Custom JavaScript Code in Career Site Builder - Recruiting Marketing
Keywords
Redirect RMK, Custom Plugin, Custom Javascript , KBA , LOD-SF-RMK-CSB , Career Site Builder , How To
Product
SAP SuccessFactors Recruiting all versions
Attachments
Pasted image.png |