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!
How to return name of item.woid instead of ID number
I've got a Work order with items on them. Some items come from another Work Order (see item source & transaction in the screenshot below).
Now, I want to place the name of that work order (WO686 in my example) onto the Bill of Materials html template.
I've found the correct record to use ${item.woid}
Only it returns the ID number to me (39003), and i'm looking for the Name of the record (WO686). How can I get this record to return the name to me instead of the ID number?