I have been on Jury duty for a week so sorry if this has already been
covered.
Just before the find of Quote detail I also do a
For each ttOrderDtl where ttOrderDtl.RowMod = 'A' or ttOrderDtl.RowMod =
'U':
Just before the "Export Done" line add a end for the above "For Each"
End.
The "IF NOT AMBIGUOUS part AND AVAILABLE part THEN"
Should be
IF NOT AMBIGUOUS QuoteDtl AND AVAILABLE QuoteDtl THEN
Need a period after the Export "Assigned" line
Hope this helps
Dale E. Schuerman
Senior Consultant
Epicor Certified Consulting Partner
RAM Software Systems, Inc.
972-669-0763 x233 (voice)
972-669-9603 (fax)
mailto:dale.schuerman@...
<BLOCKED::blocked::mailto:dale.schuerman@...> (email)
http://www.ramsys.com <BLOCKED::blocked::http://www.ramsys.com/>
(website)
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of roomurray
Sent: Monday, August 24, 2009 9:47 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Re: BPM - 4GL Transferring data between 2 table
fields. noob Question
I'm Still struggling with this one!! Although some of your suggestions
work and the data in the order field in the display screen is shown -
the data is not in fact written to the new table! Wierd I know!
I've had Epicor onto this and they came back with the same results as I
have had. (which I'm kind of glad about!!!)
If I can find anything else out on this I will let you know.
--- In vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> , Jose
Gomez <jose@...> wrote:
Attention:
This email message is privileged and confidential. If you are not the
intended recipient please delete the message and notify the sender.
Any views or opinions presented are solely those of the author.
This email message has been scanned for Viruses and Content and cleared
by MailMarshal SMTP
For more information go to http://www.ramsys.com
########################################################################
[Non-text portions of this message have been removed]
covered.
Just before the find of Quote detail I also do a
For each ttOrderDtl where ttOrderDtl.RowMod = 'A' or ttOrderDtl.RowMod =
'U':
Just before the "Export Done" line add a end for the above "For Each"
End.
The "IF NOT AMBIGUOUS part AND AVAILABLE part THEN"
Should be
IF NOT AMBIGUOUS QuoteDtl AND AVAILABLE QuoteDtl THEN
Need a period after the Export "Assigned" line
Hope this helps
Dale E. Schuerman
Senior Consultant
Epicor Certified Consulting Partner
RAM Software Systems, Inc.
972-669-0763 x233 (voice)
972-669-9603 (fax)
mailto:dale.schuerman@...
<BLOCKED::blocked::mailto:dale.schuerman@...> (email)
http://www.ramsys.com <BLOCKED::blocked::http://www.ramsys.com/>
(website)
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of roomurray
Sent: Monday, August 24, 2009 9:47 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Re: BPM - 4GL Transferring data between 2 table
fields. noob Question
I'm Still struggling with this one!! Although some of your suggestions
work and the data in the order field in the display screen is shown -
the data is not in fact written to the new table! Wierd I know!
I've had Epicor onto this and they came back with the same results as I
have had. (which I'm kind of glad about!!!)
If I can find anything else out on this I will let you know.
--- In vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> , Jose
Gomez <jose@...> wrote:
>this
> Oh yeah and at the end do OUTPUT close.
> Sincerely
> Jose C Gomez
>
> http://www.josecgomez.com
> Sent from Jacksonville, FL, United States
>
> On Thu, Jul 30, 2009 at 9:04 AM, Jose Gomez <jose@...> wrote:
>
> > Are you sure the BPM is being triggered? If you are not try putting
> > code in the BPM to testthe field
> >
> > OUTPUT To "C:\Debug.Txt" Append.
> >
> > Then whwnever you want to put something there use
> > EXPORT "EQUALS " (orderdtl.unitprice * orderdtl.orderqty)
> >
> > For example using the BPM above you could do soemthing llike this.
> >
> > OUTPUT To "C:\Debug.Txt" Append.
> > EXPORT "BPM FIRED".
> > Find QuoteDtl WHERE QuoteDtl.Company=ttOrderDtl.Company AND
> > QuoteDtl.QuoteNum = ttOrderDtl.QuoteNum AND QuoteDtl.QuoteLine =
> > ttOrderDtl.QuoteLine NO-ERROR
> > IF NOT AMBIGUOUS part AND AVAILABLE part THEN
> > DO:
> > EXPORT "FOUND".
> > Assign ttorderdtl.ShortChar01 = Quotedtl.shortchar01.
> > EXPORT "ASSIGNED"
> > END.
> > EXPORT "DONE".
> >
> >
> >
> >
> > Sincerely
> > Jose C Gomez
> >
> > http://www.josecgomez.com
> >
> >
> > On Thu, Jul 30, 2009 at 5:56 AM, roomurray <rupert@...>wrote:
> >
> >>
> >>
> >>
> >>
> >> Thanks for the replies
> >>
> >> I'm running this as a pre processing
> >>
> >> I've tried it on getbyid and orderupdate (both pre and post) but
> >> data is not being transferred.<vantage%40yahoogroups.com>, Jose Gomez
> >>
> >> I can't work out where i'm going wrong - (there's data in the
> >> quotedtl.shortchar01!!)
> >>
> >> (i'm using 8.3.405)
> >>
> >> --- In vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
> >> <jose@> wrote:Here is
> >> >
> >> > Are you putting that BPM on post Processing ? or pre processing?
> >> aat how
> >> > BPM we have running on Pre=Processing it works fine. Take a look
> >> wegetbyid
> >> > do it and see if it modifying it works for you.
> >> >
> >> > Find QuoteDtl WHERE QuoteDtl.Company=ttOrderDtl.Company AND
> >> > QuoteDtl.QuoteNum = ttOrderDtl.QuoteNum AND QuoteDtl.QuoteLine =
> >> > ttOrderDtl.QuoteLine NO-ERROR
> >> > IF NOT AMBIGUOUS part AND AVAILABLE part THEN
> >> > DO:
> >> > Assign ttorderdtl.ShortChar01 = Quotedtl.shortchar01.
> >> > END.
> >> >
> >> > If that doesn't work move the BPM to a different place. IE Order
> >> or########################################################################
> >> > Order Update.
> >> >
> >> >
> >> > Sincerely
> >> > Jose C Gomez
> >>
> >>
> >>
> >
> >
>
>
> [Non-text portions of this message have been removed]
>
Attention:
This email message is privileged and confidential. If you are not the
intended recipient please delete the message and notify the sender.
Any views or opinions presented are solely those of the author.
This email message has been scanned for Viruses and Content and cleared
by MailMarshal SMTP
For more information go to http://www.ramsys.com
########################################################################
[Non-text portions of this message have been removed]