Skip to main content
Question

Email automation for Daily Stock Received

  • June 11, 2026
  • 2 replies
  • 26 views

Forum|alt.badge.img

Hi, I want to send an automated daily email of daily receipted stocks from Acumatica. I need them to be broken up between companies/branches and by item class if possible. Business event is what I am thinking, but I’d like to get your thoughts on how you would do it. Any recommendations are welcome 😊

2 replies

mohammadnawaz51
Jr Varsity III
Forum|alt.badge.img+6

@MarkD Only way is to work on Business events but cracking it is little difficult where you can use Insite table for qty changes.


craig2
Pro I
Forum|alt.badge.img+4
  • Pro I
  • June 11, 2026

Hey ​@MarkD ,

I think you’re on the right track, a Business Event on a schedule will do the trick.  Prior to configuring that though, you’ll need to create your Report or GI.  If you are looking for what was received that day, I would look at the POReceiptLine as your starting point.  Set a date filter so it only looks at today, then start adding whatever relevant fields you need.

You may have to do an Inner Join to InventoryItem to be able to grab Item Class, and if CompanyID doesn’t live in POReceiptLine, I would tie into its header, POReceipt.

Once everything is set up as you like, it’s easy enough to set up the Business Event on a Schedule, and do an Email Notification as its subscriber.  Within the Email Template you can configure attaching your fancy new report to an email:

 

 Hope that gets you close, good luck!