Symptom
Page Break in Offer Letter is not working
Environment
SAP SuccessFactors Recruiting Management
Reproducing the Issue
- Access the Instance > Go to Recruiting
- Select a candidate who is in Offer Status
- Take Action > Offer Letter
- Select the Template and the other Details
- Click on Preview
- Click on Print
- Notice that Pagebreak is not working as configured in the Offer Letter Template.
Cause
<style type="text/css">.pagebreak { page-break-before: always; }
</style> Should be defined in 2nd line not on the First line
Resolution
Follow the below and modify based on your requirnment
<p>.</p>
<style type="text/css">.pagebreak { page-break-before: always; }
</style>
<p> <span>[[TODAY]]</span> </p>
<p> </p>
<p>Page1</p>
<div class="pagebreak"> </div>
<p>Page 2</p>
<div class="pagebreak"> </div>
<p> </p>
<p>Page 3</p>
<div class="pagebreak"> </div>
<p> </p>
<p>Page 4</p>
Keywords
Pagebreaks, offer letter formating, offer letter , KBA , LOD-SF-RCM-ADM , Admin Center, RBP, Permissions and Settings , How To