Updating Wave Form Pick Ticket PDF template

The wave record is created from the Netsuite from following path

go to Transaction – Order Management – Create a Wave – list

create a wave using its corresponidng wave search obtained on clikcing the new button , if there is any sales order satisying the criteria we can create wave ob that salesorder

there will be print icon on the wave record which will provide Pick Ticket PDF

to customize the template

obtained the wave form PDF template

customiztion – forms – Advanced PDF template form

customize the standard Pick Ticket/Pick Report PDF/HTML Template update the code like wise to add memo field and make it as preferred

to add memo field use the below code:

<tr>

<td style="align: right">Memo:</td>

<td style="align: right">  <#list record.waveorders as x>

<p>${x.orderMemo}</p>

</#list></td>

</tr>

In order add this template to the wave form, we need to customize wave form

Customization – form – Transaction Forms

create the custom wave form and make it as preferred

edit the wave choose the template as wave 2, then print the template using the print icon

Leave a comment

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