Is Acumatica storing last Sales Order created date for a Customer?
Solved
Is Acumatica storing last Sales Order created date for a Customer?
Best answer by ChandraM
Hi
If you are looking to use this on your customization, then create a BQL view for the below SQL:
Example: Select max(CreatedDatetime) from SOOrder where Customerid=’ABCStudios’ or use the Current Customer.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.