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.
Switch from an InfoMessage to an Business Logic Exception.
throw new BLException("The naughty monkey was here.");
2 Likes
do you mean use Raise Exception instead of show message ?
1 Like
Yes he does. (He gave you the programmer’s answer.)
1 Like
working thanks
2 Likes