Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Transaction line Base Price
Hi. I'm trying create a pdf template for sales orders, that will show line Base Price, instead of Rate.
Is there any field in freemarker, that will show Base Price? I was trying price and baseprice
<#list record.item as item>
${item.item} - Qty ${item.item.price}<br />
</#list>
or
<#list record.item as item>
${item.item} - Qty ${item.item.baseprice}<br />
</#list>
but it returns Base Price of first item as Base Price of all items.
I was trying to create transaction line custom field and set base price of item on VIEW event (because i need to get price of item for old transactions without re-saving them) and workflow log show me this:
0