Hi,
I'm coding an auto print function on creation (first save) of a new sales order (business logic only plugin).
I tried SOObject.Print(reports_collection) function inside the SaveEnd event and it is throwing an error which says sales order has to be saved first.
The work around is to use the ReadEnd event which gets called right after Save().
Will you log this as a bug fix or I should keep using my work around?
The trouble for us is if SO is created outside JIWA, we normally don't call SO.Read(id) after salesOrder.OnSaveEnd(). We will need to recompile those apps.
Regards,


