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.
Initializes the TAMVendRebateTable table record with the values from an VendInvoicejourand VendInvoiceTrans table records.
Syntax
public void initFromVendInvoiceJour(
VendInvoiceJour _vendInvoiceJour,
VendInvoiceTrans _vendInvoiceTrans,
[PurchQty _sumQty,
Amount _sumGrossAmt,
Amount _sumNetAmt,
PdsCWInventQty _cwSumQty,
CurrencyCode _currencyCode])
Run On
Called
Parameters
- _vendInvoiceJour
Type: VendInvoiceJour Table
The VendInvoicejour table record.
- _vendInvoiceTrans
Type: VendInvoiceTrans Table
The VendInvoiceTrans table record.
- _sumQty
Type: PurchQty Extended Data Type
Total quantity for the rebate.
- _sumGrossAmt
Type: Amount Extended Data Type
Total gross amount for the rebate.
- _sumNetAmt
Type: Amount Extended Data Type
Total net amount for the rebate.
- _cwSumQty
Type: PdsCWInventQty Extended Data Type
Total catch weight quantity for the rebate.
- _currencyCode
Type: CurrencyCode Extended Data Type
The currency code.