Discussions
Check out Oracle NetSuite upcoming events and conferences here
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now!
RUN, DON’T WALK...Registration for #SuiteWorld 2022 is officially OPEN! This special early bird price won’t last long, so make sure you don’t miss out: https://lnkd.in/gGRN78A3
YOUR VOICE MATTERS! VOTE FOR OUR NEXT WEBINAR TOPIC NOW.
Click on this link for the poll.
Click on this link for the poll.
Transaction line quantityshiprecv field is empty
Hello. I creating a mail template for return authorization.
I trying to get enumeration of lines Name and Received qty, but when i do this:
<#list transaction.item as item>
${item.item} - Qty ${item.quantityshiprecv}<br />
</#list>
quantityshiprecv returns empty string. When i check this field in saved search, it's not empty. How do i can get this field in mail template?
0