SalesQuotationLine.initFromOrderLineWithMultipleDeliveries Method
Initializes a delivery line based on its order line.
Syntax
public void initFromOrderLineWithMultipleDeliveries(SalesQuotationLine _salesQuotationLine, [boolean _onlyCommercialAttributes])
Run On
Called
Parameters
- _salesQuotationLine
Type: SalesQuotationLine Table
The order line to initialize based on the order line.
- _onlyCommercialAttributes
Type: boolean
A Boolean value that indicates whether only the commercial attributes should be initialized; optional.
Remarks
When _onlyCommercialAttributes is true it can be used to reset commercial attributes on an existing delivery line. When _onlyCommercialAttributes is false it can be used to initialize new delivery lines.