I have a generic inquiry to show all sales orders lines, but now I want to modify this to retrieve only most recent sales order’s SO Lines. How can I do that?
Hi
You can filter the GI with a date filter to get the sales order lines as needed.
Thanks
You can specify this in the conditions
So if you wanted the last 7 days you could put in the value @Today - 7 which is simple. You can also get more complicated using DateAdd/Date Diff etc.
In the Generic Inquiry, we have the SELECT TOP field, you can select 1 there and check.
Great
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.