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 PdsRebateTable table record with the values from a CustInvoicejour and CustInvoiceTrans table record.
Syntax
public void initFromCustInvoiceJour(
CustInvoiceJour _custInvoiceJour,
CustInvoiceTrans _custInvoiceTrans,
[SalesQty _sumQty,
Amount _sumGrossAmt,
Amount _sumNetAmt,
PdsCWInventQty _cwSumQty,
CurrencyCode _currencyCode])
Run On
Called
Parameters
- _custInvoiceJour
Type: CustInvoiceJour Table
A CustInvoicejour table record.
- _custInvoiceTrans
Type: CustInvoiceTrans Table
A CustInvoiceTrans table record.
- _sumQty
Type: SalesQty Extended Data Type
The total quantity for the rebate.
- _sumGrossAmt
Type: Amount Extended Data Type
The total gross amount for the rebate.
- _sumNetAmt
Type: Amount Extended Data Type
The total net amount for the rebate.
- _cwSumQty
Type: PdsCWInventQty Extended Data Type
The total catch weight quantity for the rebate.
- _currencyCode
Type: CurrencyCode Extended Data Type
The currency code.