Hi Everyone,
We have multiple Business Events, each connected to its own Import Scenario, and all of them target the Sales Orders (SO301000) screen. Each Import Scenario updates different fields (Ship Via, Carrier/Class, Order Type, Prop 65 item, etc.), but they all save the same Sales Order.
When a Shopify order is imported, multiple Business Events are triggered at the same time, resulting in errors such as:
- Another process has updated the 'SOOrder' record.
- The system failed to commit the Document row.
- Completed with Errors
- 0 records of 1 processed / Subscriber not processed
Some Import Scenarios have Source Restrictions, while others don't, so merging them into a single Import Scenario isn't straightforward.
My questions are:
- What is the recommended Acumatica approach to avoid these concurrent update conflicts?
- Is it possible or recommended to have one Business Event with multiple Import Scenario subscribers instead of multiple Business Events?