Outbound EDI - Automatic Print

I haven't been able to automatically print the 855 Order Ack EDI Document. According to epicor guidelines the 855 should print automatically once the Sales Order is processed from an EDI demand. This is the configuration I have so far:

* Created a new 855 outbound document in Customer. Checked Automatic flag.

* Created a new RDD for EDI Order Ack. Added Auto Print Rules:

CustomerDocs.DocumentType = SOAck 

OrderHead.EDIOrder = TRUE

* Created a new Report Style and assign the RDD for EDI. The output is XML.

* Created a BAM that will fire when Orderhead.EDIReady = TRUE. 


I ran a BAQ and the EDIReady in the Order is not being flagged. What is the right condition for the BAM?


TIA.