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