/
How to Access Quoting Line Outputs in Workflow Template
How to Access Quoting Line Outputs in Workflow Template
To access Quoting item level outputs in the template 'quote_creationWorkflowStepAssigned' for a document creation workflow:
- Access the quote object in the template.
- Access quote.lineItems.
- Iterate through it and access 'outputs'.
- Iterate through it and display the results.
<html> <body> The following items on the quote $quote.uniqueName$ - $quote.label$ were marked as won: $quote.lineItems:{ item | $if(item.priceRecordId)$ $item.sku$ $endif$ }$ <p> Created by: $quote.createdByName$ </p> </body> </html>
, multiple selections available,
Related content
Working with QuoteStructure
Working with QuoteStructure
More like this
Pass Values between Quote Header Logic, Configurator and Line Item Logic
Pass Values between Quote Header Logic, Configurator and Line Item Logic
Read with this
Quote Data Extractor
Quote Data Extractor
More like this
How to Handle Passing Values within Quote's Header Logics, Configurators and Line Item Logic
How to Handle Passing Values within Quote's Header Logics, Configurators and Line Item Logic
Read with this
Build New DOCX Template
Build New DOCX Template
More like this
Build New DOCX Template
Build New DOCX Template
More like this
Found an issue in documentation? Write to us.