PCSourceDocumentLineUtility.updateLineDetails Method [AX 2012]
Updates the details of the specified item line.
public Common updateLineDetails(
Common _itemLine,
BOMId _bomId,
RouteId _routeId,
real _price,
date _deliveryDate,
InventDimId _newInventDimId,
[boolean _update])
Run On
ServerParameters
- _itemLine
- Type: Common Table
The item line to update.
- _bomId
- Type: BOMId Extended Data Type
The BOM ID for the line.
- _routeId
- Type: RouteId Extended Data Type
The route ID for the line.
- _price
- Type: real
The price value for the line.
- _deliveryDate
- Type: date
The delivery date value for the line.
- _newInventDimId
- Type: InventDimId Extended Data Type
The inventory dimension ID for the line.
- _update
- Type: boolean
A Boolean value that indicates whether the item line will be updated in the database; optional.
Community Additions
ADD
Show: