RE: Show sales order # on Invoice form?
Answered
Hi,
We are new for Netsuite. We want our invoice also show the sale order number, is there a way to do it in Advance PDF/HTML form?
Thank you very much.
Best answer
Sure, this is easy to do. The field you want to use is
createdfromwhich by itself will display the format “Sales Order #nnnnn” (or something similar. If you want to show only the transaction number you can use createdfrom as a join:
createdfrom.tranid
Use the NetSuite Record Browser as a reference for field names and available joins.