Hello, I’m working on a BPM that raises and exception when a user attempts to receive in a line that has $0.00 unit cost on the PO.
I have the BPM written (Method Directive on Receipt.CommitRcvDtl) which is working exactly how I want. When the user selects “Process” and my condition is met, they get an error message and hard stop.
I’ve tried this but can’t seem to get it to work…How are you looking at the decimal 0.0000?
I used a variable Decimal type and expression 0.0000 to define it.
That way works too, but I actually did it a different way. I used a query equal to 1 or more condition. This was a while ago but I recall doing this method over the expression = 0 approach at the time.