BPM passing info from Quote to Order

I would use the SalesOrder.getByID. This is guaranteed to fire at least
once. It will actually fire more often than you need. But the lost cycles
are probably worth it to be sure you don't have orders slipping through the
cracks. If your volume is such that it creates a performance issue you could
just flip a checkbox on the order after it is processed.

Hopefully that is helpful. Let me know if you need more info.

Thanks,
John Driggers


On Wed, Nov 19, 2008 at 11:14 AM, Tony Hughes <thughes281@...> wrote:

>
> Has anyone ever done a BPM to pass some UD fields from the Quote to the new
> Order?
>
> I want to pass QuoteHed.UserInteger01 over to OrderHed.UserInteger01 at the
> time the sales order is generated, but am not sure which of the methods is
> best to do it with.
>
> Thank you.
>
>
>


[Non-text portions of this message have been removed]
Has anyone ever done a BPM to pass some UD fields from the Quote to the new Order?

I want to pass QuoteHed.UserInteger01 over to OrderHed.UserInteger01 at the time the sales order is generated, but am not sure which of the methods is best to do it with.

Thank you.