This topic contains 7 replies, has 0 voices, and was last updated by christopheryang 6 years, 10 months ago.
-
AuthorPosts
-
January 12, 2018 at 3:13 pm #23759
christopheryangWe're using a custom invoice (transaction form) and would like to add the sales order # to the printed form. We've tried making a new transaction body field that is sourced from the sales order transaction number, but it doesn't seem to be carrying over to the printed invoice, even after adding the field to the transaction form.
Does anyone know why it might not be working properly? Is there a valid reason not to have the Sales Order # appear on an Invoice?
This is a cached copy. Click here to see the original post. -
January 14, 2018 at 5:36 am #23760
k_duncAre you using Advanced PDF/HTML Templates? If so, I think the SO can be obtained by using the following:
HTML Code:
<td>${record.createdfrom}</td> -
January 15, 2018 at 9:40 am #23761
christopheryangNo, we are just using transaction forms.
-
January 15, 2018 at 12:46 pm #23762
MarthaHakesWe have the field created from (Field ID: createdfrom) on our regular transaction form and just print that in the body.
-
January 15, 2018 at 2:07 pm #23763
DewWe didn't like the "Sales Order #" that the "createdfrom" field prepends to the number, so we did create a custom transaction body field. The trick is, the Source List is "Created From", not "Sales Order". The Source From would be "Transaction Number".
-
January 15, 2018 at 4:50 pm #23764
christopheryangThank you everyone. We are getting warmer! The 'transaction number' is now showing up on the Invoice — but what we are looking for is the Sales Order #, not the transaction number! what field do we use to source the transaction ID?
-
January 15, 2018 at 5:21 pm #23765
DewFor us, the transaction number and the sales order number are the same. If they are different, try "Ref. No." as the "Source From".
-
January 16, 2018 at 10:20 am #23766
christopheryangWoohoo!! Thank you Dew, that was it.
This particular procedural change was quite difficult to do, so we were wondering if there was a valid business reason within NetSuite for omitting the sales order number from an invoice? Does anyone know why it's like this?
-
AuthorPosts
You must be logged in to reply to this topic.