Display number into 5 digits format in Advanced PDF template

To display any number value into print as in the format of fixed digits, refer below code sample

<table style="width:100%;">
<tr>
<td>
${record.custbody_rapid_tht_entitybranch?string("00000")}
</td>
</tr>
</table>

Leave a comment

Your email address will not be published. Required fields are marked *