NOTE: This is for SBM 11.8 with Patch 1 installed.
We would like to eliminate the popup message "The item XXX was successfully submitted." that appears after submitting into our "xyzzy" workflow. Some of our users are confused by this message. Frequently they do not open the newly submitted item and update it as they should, having just been told it's "submitted" (Hey! Submitted! I'm done here!). We would like other Applications to continue to display the message.
I've tried using JavaScript to hide and disable the DIV element that contains the popup message. That partially works. Sometimes my JavaScript doesn't run immediately and the user sees the popup for half a second or so.
I also tried using Solution-specific entries in the "String IDs table" (ts_StringIdentifiers) for the record "IDS_F1_TRANSITIONS_ITEMSUBMITTED". Unfortunately, SBM does not appear to support Application or Solution specific strings, at least for the string we need it for ("IDS_F1_TRANSITIONS_ITEMSUBMITTED").