Change PublishInfoMsg.i Title

Is there any way to change the title of the popup window called by “lib\PublishInfoMsg.i” in a BPM? For example:

{lib\PublishInfoMsg.i &InfoMsg = msgText &InfoTitle = “My Title”}

I’m using this for numerous messages in BPMs, and would like to be able to show some type of difference in the windows for my users to see what the message references, ie. “Customer Sticky Note”, “Shipping Restrictions”, “Special Payment Instructions”, etc.

Jay

image

Those are the arguments available in 9.05.702.

You could create a BPM data form that the BPM could evoke to replace the Info message, and you can change the form title of the BPM data form. Just put an OK button on the BPM data form and it is like-ish an Info Message.

Thanks for the argument listing, and the suggestion on a BPM data form. I’ll look into that.

Jay