Quote
Word / 38 KB / bound to quote / Dynamics 365 Sales
A one-page quote with your company block, the customer's bill-to address, a line-item table that repeats per quote product, and a totals block that hides the discount and freight lines when they are zero.
- Header with quote number, generation date and valid-until date
- Bill-to address that drops the second line when it is empty
- Line items from the quote's products: name or write-in description, quantity, unit price, discount, amount
- Subtotal, conditional discount, tax, conditional freight, total from the quote record's own money fields
- Notes paragraph that disappears when the quote has no description
{{quote.quotenumber}}{{quote._raw.effectiveto:d MMMM yyyy}}{{#each quote.lines}} … {{/each}}{{#if quote._raw.freightamount}}Freight {{quote.freightamount}}{{/if}}Related rows: quotedetail as lines