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 cost value for a financial issue.
Syntax
public CostAmount financialIssueCostValueSecCur_RU(
InventMovement _inventMovement,
InventTrans _inventTrans,
InventOnhand _inventOnhand)
Run On
Called
Parameters
- _inventMovement
Type: InventMovement Class
The InventMovement class that is currently being processed.
- _inventTrans
Type: InventTrans Table
The InventTrans record that is currently being processed.
- _inventOnhand
Type: InventOnhand Class
The InventOnHand class that is currently being processed.
Return Value
Type: CostAmount Extended Data Type
The cost value for a financial issue.
Exceptions
Exception | Condition |
---|---|
Error | The transaction is not an issue. |