Share via


PurchInvoiceJournalPost.updateAssetAcquisitionPrice Method [AX 2012]

Updates the value of the AcquisitionPrice field on the related AssetBook table

Syntax

protected void updateAssetAcquisitionPrice(
    AssetId _assetId, 
    AssetBookIdPurchSalesInvent _assetBookId, 
    PurchLineAmount _lineAmount)

Run On

Server

Parameters

  • _assetId
    Type: AssetId Extended Data Type
    The value of the AssetId field of the AssetBook record and the AssetDepBook record to update

See Also

Reference

PurchInvoiceJournalPost Class