Share via


PurchLine.pdsAdvancedPriceInfo Method

Gets the advanced pricing extension information record for this PurchLine.

Syntax

public PDSAdvancedPriceInfo pdsAdvancedPriceInfo([boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    Determines whether to select the record for updating; optional.

Return Value

Type: PDSAdvancedPriceInfo Table
The PDSAdvancedPriceInfo related to this purchase order line.

Remarks

This will always return an empty buffer if the line does not have an advanced calculation ID.

Otherwise, if the PDSAdvancedPriceInfo record does not yet exist for the line and the purchase order line has been written to the database (it has a RecId) then this will create a new PDSAdvancedPriceInfo record automatically.

See Also

Reference

PurchLine Table