That is odd. I don't recall that message, but nearly all program installs
update the registry so I wonder how "FIX" differs.
Edward F. Fox, Jr., CPA
Controller
Maxson Automatic Machinery Company
Phone 401-596-9873 x110 a Fax 401-596-1050
www.maxsonautomatic.com
_____
From:
vantage@yahoogroups.com [mailto:
vantage@yahoogroups.com] On Behalf Of
Len Hartka
Sent: Tuesday, August 03, 2010 9:05 AM
To:
vantage@yahoogroups.com
Cc: IT Department
Subject: RE: [Vantage] Re: BPM Question
Good Day Ed:
I saw that, but it wants to "FIX" my computer regestry.
That makes me nervous.
Len
Leonard C. Hartka, IT Director\ERP Manager
Sun Automation Group
66 Loveton Circle
Sparks, Md. 21152
410-329-3560 ext. 120
410-329-3564 FAX
443-255-7192 Work Cell
len.hartka@... <mailto:len.hartka%40sunautomation.com>
www.Sunautomation.com <
http://www.sunautomation.com/>
________________________________
From:
vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
[mailto:
vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ] On
Behalf
Of Edward F. Fox, Jr.
Sent: Tuesday, August 03, 2010 9:01 AM
To:
vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
Subject: RE: [Vantage] Re: BPM Question
Go here and download the arf player
http://www.webex.com/downloadplayer.html
Edward F. Fox, Jr., CPA
Controller
Maxson Automatic Machinery Company
Phone 401-596-9873 x110 Fax 401-596-1050
www.maxsonautomatic.com
_____
From:
vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com>
[mailto:
vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com> ] On
Behalf Of
Len Hartka
Sent: Tuesday, August 03, 2010 8:49 AM
To:
vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com>
Subject: RE: [Vantage] Re: BPM Question
Good Day Joe:
What program did you use to open it.
http://dl.dropbox.com/u/9071286/BPM.arf
<
http://dl.dropbox.com/u/9071286/BPM.arf>
I am getting and error that Windows does not know what to use and
wants to search the Net.
len.hartka@... <mailto:len.hartka%40sunautomation.com>
<mailto:len.hartka%40sunautomation.com>
<mailto:len.hartka%40sunautomation.com>
Leonard C. Hartka, IT Director\ERP Manager
Sun Automation Group
66 Loveton Circle
Sparks, Md. 21152
410-329-3560 ext. 120
410-329-3564 FAX
443-255-7192 Work Cell
len.hartka@... <mailto:len.hartka%40sunautomation.com>
<mailto:len.hartka%40sunautomation.com>
<mailto:len.hartka%40sunautomation.com>
www.Sunautomation.com <
http://www.sunautomation.com/>
________________________________
From:
vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com>
[mailto:
vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com> ] On
Behalf
Of Joe Rojas
Sent: Monday, August 02, 2010 4:03 PM
To:
vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com>
Subject: RE: [Vantage] Re: BPM Question
Mike,
In case you missed it, download this WebEx recording. It a great way to
learn more about BPMs.
http://dl.dropbox.com/u/9071286/BPM.arf
You will need the ARF player from WebEx
From:
vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com>
[mailto:
vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com> ] On
Behalf
Of mikehaynes99
Sent: Monday, August 02, 2010 3:41 PM
To:
vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com>
Subject: [Vantage] Re: BPM Question
Jose,
Thanks for the reply. Where do I put the code you gave me? I'm
relatively inexperienced with BPM's so I could really use some
hand-holding if you wouldn't mind.
Mike
--- In
vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com>
<mailto:vantage%40yahoogroups.com> , Jose
Gomez <jose@...> wrote:
>
> Here is a very quick may not work draft of what you need to do on
SalesOrder
> update but it gives you an idea.
>
> find first Customer where Customer.CustID = ttOrderHed.CustomerCustID
> no-error.
> if available Customer then
> do:
> if(Customer.CreditHold=Yes) then
> do:
> for each ttOrderHed.
> Assign ttOrderHed.TermsCode="TBD".
> end.
> end.
> end.
>
>
>
> Sincerely
> Jose C Gomez
>
> http://www.josecgomez.com
>
>
> On Mon, Aug 2, 2010 at 12:30 PM, Jose Gomez <jose@...> wrote:
>
> > Yes you can do that very easily
> >
> > you need to first find the customer record on the BPM
> > if found look at the hold status if its on hold
> > then update the field on the SO order
> >
> >
> > Sincerely
> > Jose C Gomez
> >
> > http://www.josecgomez.com
> >
> >
> >
> > On Mon, Aug 2, 2010 at 11:46 AM, mikehaynes99 <mikeh@...> wrote:
> >
> >>
> >>
> >> Can I make a BPM that will change a field on a sales order based on
the
> >> value of a field on the customer record? Specifically, if
> >> customer.credithold = true then change orderhed.termscode to be
"TBD". If
> >> it's possible could you give me the steps?
> >> Thanks.
> >>
> >>
> >>
> >
> >
>
>
> [Non-text portions of this message have been removed]
>
[Non-text portions of this message have been removed]
This e-mail and any attachments may contain proprietary and/or
confidential
information. If you are not the intended recipient, please notify the
sender
immediately by reply e-mail or at 410-472-2900 and then delete the
message
without using, disseminating, or copying this message or any portion
thereof. With e-mail communications you are urged to protect against
viruses.
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
This e-mail and any attachments may contain proprietary and/or confidential
information. If you are not the intended recipient, please notify the sender
immediately by reply e-mail or at 410-472-2900 and then delete the message
without using, disseminating, or copying this message or any portion
thereof. With e-mail communications you are urged to protect against
viruses.
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]