Bart/Nathan/Jose and or other folks way smarter than me… can you help me out?
I’m looking for what order BPMs fire in. Let’s say I have a process I want to automate on Order Entry Update… is this the order BPMs would fire in?
- Method BPM Pre Processing on SalesOrder.Update
- Data BPM In-Transaction on ttOrderHed (or whichever table is affected)
- IF EXISTS: Method BPM Base Processing on SalesOrder.Update (which would REPLACE the default Epicor functionality)
- IF Method BPM Base Processing DOES NOT EXIST then default Epicor functionality runs now
- Data BPM Standard on ttOrderHed (or whichever table is affected)
- Method BPM Post Processing on SalesOrder.Update