MCRRoyaltyVendTable.initFromCustInvoiceJour Method
Initializes the MCRRoyaltyVendTable table record with the values from an CustInvoiceJour and CustInvoiceTrans records.
Syntax
public void initFromCustInvoiceJour(
CustInvoiceJour _custInvoiceJour,
CustInvoiceTrans _custInvoiceTrans,
[SalesQty _sumQty,
Amount _sumGrossAmt,
Amount _sumNetAmt,
PdsCWInventQty _cwSumQty])
Run On
Called
Parameters
- _custInvoiceJour
Type: CustInvoiceJour Table
The CustInvoiceJour table record.
- _custInvoiceTrans
Type: CustInvoiceTrans Table
The CustInvoiceTrans table record.
- _sumQty
Type: SalesQty 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.