Bpm data directive -error message

I created a BPM which check field if that field is not filled than show error message, which is working, I was able to X out of it and it still saved without fill that field, I really don’t want it to save without entered in the field. how to do that ?

Links from EpicCare won’t share like that.

Take a screenshot or save the image you are trying to share.

Screenshot 2024-10-03

Switch from an InfoMessage to an Business Logic Exception.

throw new BLException("The naughty monkey was here.");
2 Likes

Screenshot 2024-10-03
do you mean use Raise Exception instead of show message ?

1 Like

Yes he does. (He gave you the programmer’s answer.)

1 Like

I have an irrational fear of cute dangerous boxes.

Yes.

working thanks

2 Likes