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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Display NON-item attributes on item drill down
How can you display non-item attributes on an item drill down?
For example, we stock popular product in our warehouse, when we run out, our vendor drop ships for us.
We would like to display the state related to the preferred location.
I would prefer to do this without creating formula fields on the item table.
I have tried various combinations of:
<%=getAttribute('location','1','state')%>
<%=getCurrentAttribute('item','preferredlocation')%>
Trying to use getCurrentAttribute to determine the InternalId for the location table.
Any ideas, I will test them all...
0