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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
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