I see then only one approach – add custom code to Customer Entry form. This code will set one of CallContext.BPMData field to special value. Then this value is tested in Customer.GetByCustID method's BPM directive. If there is expected value in the field – then show info message. Otherwise assume we were called from other form.
--- In vantage@yahoogroups.com, "bobschnable" <bschnable@...> wrote:
>
> Hey Group,
>
> I have a BPM that fires on Customer.GetByCustID. It throws up a message box that displays information pertinent to the customer. What I just found out, however, is that the same method is called when you search for or type in a Job in Job Entry. I only want the BPM to fire when using through Customer Entry/Tracker.
>
> Is there a way to differentiate between the two calls. I tried finding another method that fires on Customer Entry, but was unable to find anything that worked.
>
> Thanks in advance!
>
> Bob
>