In Dynamics GP 2016, Is there a way to filter all open documents that are not transferred from:
1. Quotes --> Orders / Invoice.
2. Orders --> Invoice
3. Back Orders --> Invoice
Thanks
In Dynamics GP 2016, Is there a way to filter all open documents that are not transferred from:
1. Quotes --> Orders / Invoice.
2. Orders --> Invoice
3. Back Orders --> Invoice
Thanks
Hello Daniel Ng,
Thank you for your clarification.
You could try the records that exist in the SOP10100 with a SOPTYPE of 1(Quote) 2(Order) and 5(Back Order) and WHERE ORIGNUMB <> SOPNUMBE.
SELECT * FROM SOP10100 WHERE SOPTYPE in ('1','2','5') and ORIGNUMB <> SOPNUMBE
You want to give this a whirl and let us know how it goes.
Wishing you and yours healthy and happy days ahead.
Nicole Fiskum
Support Engineer
Microsoft Dynamics GP
Hi Nicole,
I am using SmartList Designer. There are custom report already there.
What I want to know, is all the way around. For example:
Someone created a Quote/Order, but this was not invoiced. How can I filter this?
I know that if I want to check from which document, the invoice came from, I can use the Originating Document Column, but I just want to filter which Order/Quote didn't get invoiced.
Thanks in advance for your help,
Daniel Ng
Hello Daniel,
Thank you for your post.
To clarify you want to view Orders and Invoices that did not originate as Quotes, Invoices that did not originate from Orders and/or Back Orders?
Are you using SmartList Builder or SmartList Designer?
Wishing you and yours healthy and happy days ahead!
Nicole Fiskum
Support Engineer
Microsoft Dynamics GP
André Arnaud de Cal...
292,516
Super User 2025 Season 1
Martin Dráb
231,321
Most Valuable Professional
nmaenpaa
101,156