SAP Knowledge Base Article - Public

2636829 - Page Break in Offer letter is not working

Symptom

Page Break in Offer Letter is not working

Environment

SAP SuccessFactors Recruiting Management

Reproducing the Issue

  1. Access the Instance > Go to Recruiting
  2. Select a candidate who is in Offer Status
  3. Take Action > Offer Letter
  4. Select the Template and the other Details
  5. Click on Preview
  6. Click on Print
  7. 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>&nbsp;<span>[[TODAY]]</span>&nbsp;</p>

<p>&nbsp;</p>

<p>Page1</p>

<div class="pagebreak">&nbsp;</div>

<p>Page 2</p>

<div class="pagebreak">&nbsp;</div>

<p>&nbsp;</p>

<p>Page 3</p>

<div class="pagebreak">&nbsp;</div>

<p>&nbsp;</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

Product

SAP SuccessFactors HCM Core 1802 ; SAP SuccessFactors Recruiting 1802