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.
Creates an instance of the InvoiceCostAmount table.
Syntax
private CostAmount invoiceCostAmount(
InventTransId _inventTransId,
TransDate _invoiceDate,
InvoiceId _invoiceNum)
Run On
Server
Parameters
- _inventTransId
Type: InventTransId Extended Data Type
The InventTransId value.
- _invoiceDate
Type: TransDate Extended Data Type
The InvoiceDate value.
- _invoiceNum
Type: InvoiceId Extended Data Type
The InvoiceNum value.
Return Value
Type: CostAmount Extended Data Type
Data from the InvoiceCostAmount table.