Unfortunately I can't just put it into the reports.
I created the following in Createorderfromquote in salesorder BO (For the pull) - most of which was taken from snippets of previous posts
Where have I gone wrong?
Find QuoteDtl Where (QuoteDtl.Company = ttOrderDtl.Company) and
(QuoteDtl.QuoteNum = ttOrderDtl.QuoteNum) and
(QuoteDtl.QuoteLine = ttOrderDtl.QuoteLine) no-lock.
if avail orderhed then do:
ttorderdtl.ShortChar01 = Quotedtl.shortchar01.
END.
I created the following in Createorderfromquote in salesorder BO (For the pull) - most of which was taken from snippets of previous posts
Where have I gone wrong?
Find QuoteDtl Where (QuoteDtl.Company = ttOrderDtl.Company) and
(QuoteDtl.QuoteNum = ttOrderDtl.QuoteNum) and
(QuoteDtl.QuoteLine = ttOrderDtl.QuoteLine) no-lock.
if avail orderhed then do:
ttorderdtl.ShortChar01 = Quotedtl.shortchar01.
END.
--- In vantage@yahoogroups.com, "alldoneprojects" <ramsey@...> wrote:
>
> If it's enough to have it print out you can do it the lazy man's way like I did and just pull quotehed.xxx into your report definition. If you want to do it the right way you need a BPM to update the fields at the time the quote is made (depending on if you push or pull quotes has to be on different method, or both..), same for invoice.
>
> -Ramsey
> ramsey@...