Share via


InventUpd_Financial::pmfNewProdCoByHistoricalCost Method [AX 2012]

Creates and initializes a new instance of the InventUpd_Financial class.

Syntax

server public static InventUpd_Financial pmfNewProdCoByHistoricalCost(
    PmfProdCoBy _pmfProdCoBy, 
    LedgerVoucher _ledgerVoucher, 
    ProdTableJour _prodTableJourCoProduct, 
    InventMovement _movement)

Run On

Server

Parameters

  • _pmfProdCoBy
    Type: PmfProdCoBy Table
    A PmfProdCoBy record that is used to initialize the class.
  • _ledgerVoucher
    Type: LedgerVoucher Class
    A LedgerVoucher record that is used to initialize the class.
  • _prodTableJourCoProduct
    Type: ProdTableJour Table
    A ProdTableJour record that is used to initialize the class.
  • _movement
    Type: InventMovement Class
    An InventMovement object that is used to initialize the class.

Return Value

Type: InventUpd_Financial Class
A new instance of the InventUpd_Finanical class.

See Also

Reference

InventUpd_Financial Class