PDF template to split a value with a divider

Requirement Client would like to make everything prior to the “|” divider 1 font larger and bolder in the item name Attached the current template Solution <span style=”font-size: 18px;”> <b>${record.name[0..*43]?split(‘|’)[0]}</b></span> | <span style=”font-size: 17px;”>${record.name[0..*43]?split(‘|’)[1]} </span>

To break a long word in item label pdf.

To break a long word in item label pdf. When table with nested table is created and added columns, the nested table columns data were overlapped with the parent table columns. The nested table was removed and added rows and columns in the table, the overlapping issue was corrected. Thus break the long word.

To break a long word while creating an item label pdf using HTML and CSS.

To break a long word while creating an item label pdf using HTML and CSS. When table with nested table is created and added columns, the nested table columns data were overlapped with the parent table columns. And then nested table was removed and added just rows and columns in the table, the overlapping issue… Continue reading To break a long word while creating an item label pdf using HTML and CSS.

Print Item Labels

There are scenarios where users want to print Item labels using Advanced Printing.In order to achieve this, a specific preference must be enabled. Navigate to Setup > Company > Printing & Fax Clink Printing Check the checkbox of Use For Item Labels under Advanced PDF/HTML Printing Then do the customisation of Item Label through the navigation Customization > Forms >… Continue reading Print Item Labels