Block changes on SO lines when Job created and "Engineered"

Hi,
i am trying to create a BPM to block changes on the SO lines for order qty, revision no, and part number when jobs had been created and engineered.

attached is my BPM. However, i get an error message when saving this BPM.
Thanks in advance if anybody can help me.

The BPM BAQ designer isn’t quite up to par with the regular one. One thing I see that could be the issue is (and looking at the error message may be the one) your Table criteria JobEngineered <> 0. Unfortunately, the BPM BAQ designer needs a hard true or false (Doesn’t accept 1 or 0 for bool). So just change 0 to false and that error should clear.

Hi Adam,
i did try to put in the “False” but i get the same error message.

Hi Adam,
This is the error message after i change it to “False”

It just needs to be false (all lowercase, no quotes). Got the same error when I tried False with uppercase, but no errors with false as lowercase.

1 Like

Hi Adam,
Thanks for you help. it solved my problem.

1 Like