If a script saves record.Type.RECEIVE_INBOUND_SHIPMENT, can we get any resulting bulk processing errors captured in the script?
record.save() will save the record, it's then handed off to bulk processing and the script cannot see the bulk processing errors. It would be great to log these.