Obtaining Sales Order # from Quote

Is there a way to obtain the sales order # linked to a quote from the quote/opportunity tracker or entry?

Since a Quote can be used to generate multiple Orders, there isn’t a one-to-one relations ship.

But an Order Line can be generated from a specific quote. So the QuoteNum and QuoteLine are stored in the OrderDtl table.

You’d think their would be a native tab to display Orders that are related to the quote (like Shipment Tracker can show related Invoices). But their isnt.

Your quickest solution would be to make a dashboard using a BAQ that connects Order Lines to Quote Numbers.

1 Like

One more thing …

In the Order Tracker when seachring for an Order, you can use the Quick Search zOrderLine

image

Which will give a field to enter a quote number to find orders related to that quote.

image

Only available in Quote Tracker not Quote Entry

2 Likes

Well, I learn something new everyday!