RE: Item Adjacent Information

Quick one (Hopefully)

 

I’m once again looking to pull item adjacent information from a customer record.

What i’m attempting to do is something like CASE {transaction.item} = ‘XXX-XXXX’ THEN {transaction.quantity} END

My question is this: If I am looking for all the quantity of part ‘A’ that this customer has purchased, can I get this information by just referencing the item number, and netsuite will find the quantity of that item, or will I have to know the line sequence number, etc?

JJacobs Beginner Asked on March 20, 2020 in Administration.
Add Comment
1 Answers

So if you look as sales orders or invoices, then the easiest would be to do a summary search and sum the qty, and group the customer and item.

Beginner Answered on October 23, 2020.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.