V10 BPM Data Directive Send Email Not Working

We are running V10.1.400.18
I am trying to update a BPM Data Directive (Standard - Not InTransaction) on the PartWhse table.
In V9 we have the condition set to look for ttPartWhse.Onhand < 0 then send an email based on epicor stardard email action.

In V10 I am unable to “Validate”. I get an error message that says “ttPartWhse” is Non-Existent.

I tried rewriting the BPM to use PartQty table instead and I get the same error message.

Anyone run across this yet.

DaveO

Got it to work. The trick is to ignore the “Validate” function in the Condition Block.
I saved the BPM (with my updated query) and it saved without error. So I tested it and the email comes through fine.

So - note to self - BPM Data Directive Standard - Don’t freak out if the Validate function throws errors. Forge on - save the BMP and test.

DaveO