NetSuite attribute tags can be included from sales orders in email messages sent to your customers.
eg:
<%=getCurrentAttribute("salesorder","field")%>
Field- internal id of the field.
Fields available for use:
| Field Internal ID | Field UI Label |
|---|---|
| actualshipdate | Actual Ship Date |
| balance | Balance |
| billaddress | Bill To |
| entity | Entity |
| giftcert | Gift Certificate |
| orderstatus | Order Status |
| otherrefnum | P.O. number |
| paymentmethod | Pymt. Method |
| paypaltranid | PayPal Tran. ID |
| salesrep | Sales Rep |
| shipaddress | Ship To |
| shipdate | Estimated Ship Date |
| shipmethod | Shipping Method |
| shippingcost | Shipping Cost |
| subsidiary | Subsidiary |
| taxrate | Tax Rate |
| taxtotal | Tax Total |
| terms | Terms |
| total | Total |
| trandate | Date |
| tranid | Doc. No. |