BPM problem Blank Title 66476

Dave,
If I am not mistaken, you will need to access the temp tables and link
them to the Quote tables...
for instance...
Find QuoteDtl Where (QuoteDtl.Company = ttOrderDtl.Company) and
(QuoteDtl.QuoteNum = ttOrderDtl.QuoteNum) and
(QuoteDtl.QuoteLine = ttOrderDtl.QuoteLine) no-lock.

Then you can access the related table.
Good luck,
Aaron Hoyt
Vantage Plastics

ofcwiz wrote:
>
> We are entering data into the User Available field called "Number01"
> when we create a Quote. When in the Quote, we go to
> "Actions-Quote-Create Sales Order" to generate a SO from the Quote.
> I have created a BPM that uses the "SalesOrder.CreateOrderFromQuote"
> Pre-Processing Method Directive to pick up the Value from the
> "Number01" in the Quote and pass it to the "Number01" in the just
> created SO.
> The problem is that the 4GL code I want to execute in this Method
> Directive does not allow me to enter any code referencing the Quote.
>
> Anyone able to assist with this?
>
> Dave
>
>


[Non-text portions of this message have been removed]
We are entering data into the User Available field called "Number01"
when we create a Quote. When in the Quote, we go to
"Actions-Quote-Create Sales Order" to generate a SO from the Quote.
I have created a BPM that uses the "SalesOrder.CreateOrderFromQuote"
Pre-Processing Method Directive to pick up the Value from the
"Number01" in the Quote and pass it to the "Number01" in the just
created SO.
The problem is that the 4GL code I want to execute in this Method
Directive does not allow me to enter any code referencing the Quote.

Anyone able to assist with this?


Dave