Sales Order with Custom Number from Quote

Hi,

I was just trying to create sales orders from quotes. it is working fine. but i want to create sales order with some custom sales order number supplied in CreateOrderFromQuote screen. or some fields supplied in quotehed itself. I tried supplying the orderhed.ordernum in pre, base and post processing of CreateOrderFromQuote but no luck.

any suggestions/helps please.

Try the postProcess but if that does not work, create a data directive for the OrderHed table

My suggestion: Don’t do it. If you want to tie back to the quote, it is on the OrderDtl.QuoteNum. If you need a custom value, use a UD field and create your own.