Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Calculates the financial issue cost for an inventory transaction.
Syntax
public CostAmount financialIssueCostValue(
InventMovement _inventMovement,
InventTrans _inventTrans,
InventOnhand _inventOnhand)
Run On
Called
Parameters
- _inventMovement
Type: InventMovement Class
The InventMovement object for which to calculate the issue cost.
- _inventTrans
Type: InventTrans Table
The InventTrans record for which to calculate the issue cost.
- _inventOnhand
Type: InventOnhand Class
An InventOnHand object that has the financial on-hand inventory.
Return Value
Type: CostAmount Extended Data Type
The financial issue cost for the inventory transaction.