Unship Alert BPM

Hello, I have created a Method Directive that presents a warning message when a user “unships” something in Customer Shipment module. The message says, “Warning: You are about to mark this shipped order as not shipped. Are you sure you want to proceed?
[Yes] [No]”.
I need to be able to include in the Method Directive something that provides them the option to say Yes or No. If Yes then it will unship, if No then nothing will change.

If anyone can give me some guidance on getting this done, its much appreciated! :slight_smile:

image

What you’re looking for is a BPM Data Form widget:

It pops up a window with options you design, including buttons:

image
image

Once you’ve designed your form, you can use a conditional to do what you want. In the image above, the button value for “Yes” is 1111, so the conditional would look like this:
image

2 Likes

Kevin thanks so much for you rapid response! I will try that and see if that provides the solution I’m looking for. I really appreciate your help! :slight_smile: