There is a requirement to print Item Labels using Advanced PDF/HTML Templates, the labels are being printed by 3’s with large gaps in between. To minimize the gaps, an adjustment to the Item Label Template should be done. Solution Navigate to Customization > Forms > Advanced PDF/HTML Templates Click Edit beside the preferred Item Label PDF/HTML Template Top right corner: Toggle Source Code Remove the… Continue reading Remove the Gaps Between the Item Labels When Printing on Advanced PDF/HTML Template
Author: Keerthy Davis
SSK New Sticker from PO
Sticker from PO J-curve would like to customize New Sticker from PO as per the given layout and field mapping. Deliverables A new button will be in available in the Purchase Order record view mode. User can take the Sticker print by clicking on this button. The print will be generated in the below layout… Continue reading SSK New Sticker from PO
Break Long Descriptions Using Advanced PDF/Html
There are scenarios when an Item Description on an Advanced PDF Template is too long which causes the Item row to be printed on the next page. This article shows how to split the description to print on 2 pages and display it in sub-paragraphs in multiple rows.
Fix content as footer data but show only last page in Customer Statement print
Remove Balance Forward Line on Statement Advanced PDF/HTML Templates
User wants to remove the Balance Forward line (first line) within the Customer Statement using the Advanced PDF/HTML Template. Solution Navigate to Customization > Forms > Transaction Forms Preferred Statement Form: Click Customize Print Template: Make a note of the Name Navigate to Customization > Forms > Advanced PDF/HTML Templates Click Edit/Customize by the Template from step 3 Top right corner: Toggle Source Code Source Code: Add an if-else tag on the line item part… Continue reading Remove Balance Forward Line on Statement Advanced PDF/HTML Templates
Remove Item from Sales Order with a Wave
User needs to remove an item line from a Sales Order with a related wave. This cannot be done even if the Pick Task of the affected item is marked as Done or deleted as well as if the Wave is completed. Doing so triggers the system to throw an error. Solution Click Edit on the affected… Continue reading Remove Item from Sales Order with a Wave
XML Formatting in Advanced PDF/HTML Templates
When working in advanced PDF/HTML templates, such as email, fax, and marketing, it is important that you use valid XML formatting. Invalid formatting can result in broken pages. Code can seem to work when it is opened in a single page, but the same code can cause broken pages when included in other pages, like… Continue reading XML Formatting in Advanced PDF/HTML Templates
Printing Pick Tickets from Wave Transactions
The Wave have 2 PDF layout based on the Picking Type selected on the corresponding Wave record Single Order Pick Ticket – Pick ticket for each released order, containing all line items included in the wave. Multiple Order Pick Ticket – Pick ticket for each pick task with similar items across the orders included in the wave.
Create ItemFulfillment from Dropship Purchase order
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