Share via


SalesLine.initFromOrderLineWithMultipleDeliveries Method

Initializes a delivery line, depending on the order line.

Syntax

public void initFromOrderLineWithMultipleDeliveries(SalesLine _salesLine, [boolean _onlyCommercialAttributes])

Run On

Called

Parameters

  • _salesLine
    Type: SalesLine Table
    The specified order line to use to initialize values.
  • _onlyCommercialAttributes
    Type: boolean
    A Boolean value that indicates whether only commercial attributes are initialized; optional.

Remarks

When the _onlyCommercialAttributes parameter is true it is used to reset commercial attributes on an existing delivery line. When the _onlyCommercialAttributes parameter is false it is used to initialize new delivery lines.

See Also

Reference

SalesLine Table