Customer BPM Blank Title 71988

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
>
For the module Help Desk, I setup my task set, for each milestones I
add the role, and for each role, one person is attribute. All step
it's ok, except one, just on step, she have the good role, but it's not
a good name. All the time, the name is owner to the case. It's not a
good name for a good role. Only this step not works good. I don't
know why ?

Thanks for your help.
Does anyone know how I can catch if a user creates a customer shipto
with the id of WILLCALL in a bpm?



Thanks!



Dale



[Non-text portions of this message have been removed]
Hi Dale,

Try a directive against the Customer.Update BO with a condition "the
ShipTo.ShipToNum field of the changed row is equal to the "WILLCALL"
value.


Nigel.


--- In vantage@yahoogroups.com, "Dale R. Kalsow" <dale.r.kalsow@...>
wrote:
>
> Does anyone know how I can catch if a user creates a customer shipto
> with the id of WILLCALL in a bpm?
>
>
>
> Thanks!
>
>
>
> Dale
>
>
>
> [Non-text portions of this message have been removed]
>
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