Hello - is it possible to add the otherrefnum fiel...
# advancedpdf
l
Hello - is it possible to add the otherrefnum field (PO #) to the customer statement form? I tried ${line.otherrefnum} but it's not displaying anything. Thanks in advance.
a
are you sure the field is exposed on the invoices? what happens if you try ${line.createdfrom.otherrefnum} ? (if you're using Sales Orders)
l
The test transaction that I created to test this out doesn't have a sales order. And yes, the PO/Check # field is exposed on all transaction forms.
a
sounds like a defect to me...
l
I was thinking that too...submitted a case with netsuite.
m
line.otherefnum
works for us.
l
@michoel yes this works. the problem that i had wasn't related to that part of the code. My if statement to check if this field was empty had an issue and once I fixed that, now the PO is displaying properly. Thank you all!
m
👍