Thanks.
The first step
- It already saves info in BD but now
- I need to clear the checkbox when the OK button process finishes
Thanks.
The first step
We have to clear the ShortChar1 from the BPM you created (Set BPM Data Field - callContextBpmData.ShortChar07 = null)
The BPM already adds the text to the new field. Only now, when we receive material, it sends the message that information is required to be entered into the field.
How can I stop it from sending the message?
Help me, Please!!!
Are you saying that this bpm is firing when material is received on a PO in receipt entry?
Add the callcontextClient AssemblyName to the message to see where it is coming from when it is MassIssue and when it is firing where you do not want it. Then add a condition like below with the info you found.

Yes, that’s correct. The BPM is triggered when material is received on a PO in receipt entry.

Now when I apply the third condition to determine the type of transaction (STK-MTL) the exception goes
So you were not limiting to STK-MTL before? I was surprised a receipt was making a STK-MTL, but maybe a buy direct??
If it is a STK-MTL from ReceiptEntry then adding the AssemblyName is not ReciptEntry should fix it.
I think I had to change mine to updated instead of added in all of the conditions. Maybe that will clear the error…