I have created a custom utility to do updates to Customer Orders. There are some cases when the update will fail and I currently have it writing the failed CONum to the Infobar and displaying it on the form. I want to run this from a Background Task, though, so I need the failed CoNum(s) to write to Task Messages. Does anyone know how to do this?