Error on BPM

Hi, I am trying to make a BPMs for setting up a new part. So we have different roles creating different parts of the set up. I want to create one that triggers whenever Commercial Brand is populated, that would trigger a BPM that would request for Commercial Sub Brand and Category to be populated as well.

I have set up a condition that checks whether the field Commercial Brand is " " but I am getting this error message

Exception message can include scalar and table parameters of the business method

Exception caught in: Epicor.ServiceModel

Please help!

Can you get it to work if you type something in there instead of a blank? Checking for blanks can be tricky.

Mario, sometimes it helps to check whether a record has been changed or updated – maybe even if a specific field has changed from one value to another, as well as the specific triggering values you’re filtering. Here is an example from one of our data directives.

HTH
…Monty.

1 Like

Thanks! worked like a charm!