Symptom
In this article we are going to show you how to create page breaks in an offer letter.
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 Management (RCM)
Resolution
You can use HTML tags to create page breaks.
1. Define the pagebreak element:
<style type=”text/css”>.pagebreak { page-break-before: always; }</style>
2. Then use it in the text where needed:
<div class=”pagebreak”> </div>
Please note that SAP support will not review any custom HTML code. However, if you have set up the HTML tags on the template as suggested, and the page still doesn't display as expected, you can open a ticket with Product Support and share the evidence, including the HTML code and an image. If the code is not set up correctly, Product Support will not proceed with the case. If you need any assistance with custom HTML code, please engage a Partner or SAP Professional Services.
Keywords
offer letter, page break, Recruiting, RCM , KBA , LOD-SF-RCM-CAN , General Candidate Issues (not Offers, not Profiles) , How To