SalesQuotationLine.initFromOrderLineWithMultipleDeliveries Method

Initializes a delivery line based on its order line.

Syntax

public void initFromOrderLineWithMultipleDeliveries(SalesQuotationLine _salesQuotationLine, [boolean _onlyCommercialAttributes])

Run On

Called

Parameters

  • _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.

See Also

Reference

SalesQuotationLine Table