Only fire BPM on Issue Material

I have a post-processing BPM running for when we issue material. It works fine for that. However when we return material from a job back to inventory it is throwing an error. How do I specify it only need to check issues and not returns?
Thanks
Melissa

I used the condition in the screen shot.

1 Like

You simply need to put a condition block in your BPM that checks for the transaction type… only run it based on what is happening. It will still fire the BPM, but it will not run any of the logic after the condition.

I am having a similar project. I need my BPM to only fire on the Time and Expense screen.
What code exactly did you type in the 'Specified, expression link?

@FObilo This should be its own post as it is not related to Issue Material. I would put CallContextClient.AssemblyName in an info message and compare time and expense to labor entry and use that to control it.

1 Like

I created a separate post on how to fire BPMs based on call context… check it out here: BPM Trick - Call Context - only trigger sometimes... How to figure out what to do

2 Likes