PmfCoByCopyFrom.initToPmfFormulaCoBy Method [AX 2012]

Initializes the source from information stored in the destination formula co-byproduct record.

public abstract void initToPmfFormulaCoBy(
    PmfFormulaCoBy _toFormulaCoBy, 
    InventDim _inventDim, 
    InventTable _inventTable)

Run On

Server

Parameters

_toFormulaCoBy
Type: PmfFormulaCoBy Table
The destination co-byproduct record to be written.
_inventDim
Type: InventDim Table
An InventDim record for the destination.
_inventTable
Type: InventTable Table
An InventTable record for the destination.

The base implementation does nothing.

Community Additions

ADD
Show: