InventCostTrans.initFromInventItemPrice Method
Initializes some fields of an InventCostTrans record by using an InventItemPrice record.
Syntax
private void initFromInventItemPrice(InventItemPrice _inventItemPrice)
Run On
Called
Parameters
- _inventItemPrice
Type: InventItemPrice Table
The InventItemPrice record from which the data should be taken.
Remarks
This method sets all StdCost and ItemPriceRefRecId fields for an InventCostTransRecord record by using a given InventItemPrice record.