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!
Create saved search from item table with last PO document number and vendor
I want a saved search with a number of items that can be pulled from the item record, but I want to add the last purchase order number and the vendor from that purchase order.
How do I write a formula to pull that data from the related transaction fields?
I have tried the following:
RANK() OVER (PARTITION by {transaction.internalid}ORDER BY {transaction.mainname})
{transaction.mainname} max when ordered by {transaction.internalid}
Tagged:
0