JobEntry BPM triggering on JobTracker

I have a BPM for JobEntry.ValidateJobNum. That BPM is quite simple, checking to see if a newly entered JobNum ends with “-LC”, and if it does, it pops up an exception telling the user that we no longer do job numbers ending in -LC.

That works exactly as intended, however this is also triggering on JobTracker. When typing in a jobnum of 123456-LC, the BPM fires and pops up the same exception, preventing the users from viewing those jobs (which were already existing).

Is there a way for me to have that BPM not fire from the JobTracker menu?

I have used a criteria for the callContext.ProcessID
i.e. in your case would be the menu ID of your Job Entry form

2 Likes