Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to 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...