Message Box in data directive custom code

I am writing custom code in a data directive. I have displayed informational messages but have never tried to display a Yes/No message in the custom code. Can anyone show me the code syntax for this?

this.PublishInfoMessage(Variable or String of the message,
Ice.Common.BusinessObjectMessageType.Question,
Ice.Bpm.InfoMessageDisplayMode.Individual, "YourBO", "YourMethod");

The Kinetic Converted Code guide on Epicweb has tons of useful info!

1 Like

Not sure they’ll work in a DD? I think I recall having trouble before, but I’ve slept since then.

1 Like

Oh odd, you may be right:
image

1 Like

image