Hi Carl,
What is "{&CALL_DESIGNED_CONDITIONS}"? I have always wondered what it
was for and I think your code is the first time I've ever seen it used.
Linda
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of CarlH
Sent: Monday, October 11, 2010 1:13 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Re: BPM - V803.409c
You have to write some "Advanced" code. Once you are in the advanced
code, you can do a find on the customer table. This will trigger
whatever action you have chosen if the condition is true.
If there is some field of info in the customer table (shipping
instructions, eamil address, etc) that you need, you will ahe to store
it in one of the shiphead.charaterxx fields. then you can use these in
an email or some other way in teh action.
The advanced code would look something like this:
/*Add source code that should be executed before the designed conditions
here*/
find first ttshiphead where ttshiphead.rowmod="U" or
ttshiphead.rowmod="A" no-lock no-error.
if available ttshiphead then do:
find first customer where customer.CustNum = ttshiphead.custnum no-lock
no-error.
if available customer then do:
if customer.character01="Yes" then do:
{&CALL_DESIGNED_CONDITIONS}
end.
end.
end.
/*Add source code that should be executed after the designed conditions
here*/
--- In vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ,
"Leifheit, Nancy Ann" <nleifheit@...> wrote:
statement??
or to print Certs or to send SPC information.
customer.character02,customer.character03 = true send message -
"customer needs test report" etc.
Behalf Of nancy.leifheit
report.
messages).
include Cert, Test Report or SPC with packing slip.
What is "{&CALL_DESIGNED_CONDITIONS}"? I have always wondered what it
was for and I think your code is the first time I've ever seen it used.
Linda
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of CarlH
Sent: Monday, October 11, 2010 1:13 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Re: BPM - V803.409c
You have to write some "Advanced" code. Once you are in the advanced
code, you can do a find on the customer table. This will trigger
whatever action you have chosen if the condition is true.
If there is some field of info in the customer table (shipping
instructions, eamil address, etc) that you need, you will ahe to store
it in one of the shiphead.charaterxx fields. then you can use these in
an email or some other way in teh action.
The advanced code would look something like this:
/*Add source code that should be executed before the designed conditions
here*/
find first ttshiphead where ttshiphead.rowmod="U" or
ttshiphead.rowmod="A" no-lock no-error.
if available ttshiphead then do:
find first customer where customer.CustNum = ttshiphead.custnum no-lock
no-error.
if available customer then do:
if customer.character01="Yes" then do:
{&CALL_DESIGNED_CONDITIONS}
end.
end.
end.
/*Add source code that should be executed after the designed conditions
here*/
--- In vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ,
"Leifheit, Nancy Ann" <nleifheit@...> wrote:
>into my BPM? I was told to use CustShip business Object and to a find
> Ok- I am still confused - how do I get fields from my Customer master
statement??
>would like a message to tell shipping this customer needs a test report
> In my Customer shipment screen (even if I have to write it twice) I
or to print Certs or to send SPC information.
>2)ShipToList - how do I get to Customer.character01,
> When I look at the BO for CustShip I have to choices 1) OrderNum
customer.character02,customer.character03 = true send message -
"customer needs test report" etc.
>[mailto:vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ] On
> Thanks - must be Friday!.
> Nancy
>
> From: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
Behalf Of nancy.leifheit
> Sent: Tuesday, October 05, 2010 9:11 AMcustomer master that indicates customer needs Certs, SPC, or Test
> To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
> Subject: [Vantage] BPM - V803.409c
>
>
>
> Confused as to which Business Object to use. I have 3 checkboxes in my
report.
>displayed for those customers that had any or all (3 different
> Our procedure was in V610 (Advance Ship-customized) that a message
messages).
>message(s) should display in shipping to let them know they need to
> Now I am trying to duplicate this procedure in V803 using BPM - a
include Cert, Test Report or SPC with packing slip.
>[Non-text portions of this message have been removed]
> Any ideas which Business Object I would use?
>
> Thanks in Advance
>
>
>
> [Non-text portions of this message have been removed]
>