PBAItemLineType_PurchLine.setPriceDate Method [AX 2012]

Sets the price and delivery date on an item line.

public void setPriceDate(real realValue, date dateValue)

Run On

Called

Parameters

realValue
Type: real
The unit price.
dateValue
Type: date
The delivery date for the line.

In subclasses of the PBAItemLineType class, this method only has functionality in classes that handle external item line types such as sales or purchase lines. In the remaining subclasses, it does nothing.

Community Additions

ADD
Show: