Setting new Character fields in quotes to be transferred to orde

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.



--- 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@...
I'm looking to set up some new shorchar fields in the Quotehed table. I what these to be transferred to the corresponding Orderhed and Invvoicehed when the quote is Won. (ie quotehed.shortchar1 to Orderhed.shortchar1, Orderhed.shortchar1 to Invoicehed.shortchar1).

What is the best way of carrying out this?
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@...

--- In vantage@yahoogroups.com, "roomurray" <rupert@...> wrote:
>
> I'm looking to set up some new shorchar fields in the Quotehed table. I what these to be transferred to the corresponding Orderhed and Invvoicehed when the quote is Won. (ie quotehed.shortchar1 to Orderhed.shortchar1, Orderhed.shortchar1 to Invoicehed.shortchar1).
>
> What is the best way of carrying out this?
>