TAMVendRebateTrans::insertFromTAMVendRebateTable Method
Inserts a venodr rebate transaction record based on a vendor rebate table record.
Syntax
client server public static void insertFromTAMVendRebateTable(
TAMVendRebateTable _tamVendRebateTable,
[TAMRebateAmt _tamVendRebateAmount,
LedgerJournalId _ledgerJournalId,
VendInvoiceId _rebateInvoiceId,
TAMVendRebateTransactionType _rebateTransactionType,
Description _description])
Run On
Called
Parameters
- _tamVendRebateTable
Type: TAMVendRebateTable Table
The TamVendRebateTable record to use in order to initialize that values in the vendor rebate transaction record.
- _tamVendRebateAmount
Type: TAMRebateAmt Extended Data Type
The rebate amount to use to initialize the vendor rebate transaction record; optional.
- _ledgerJournalId
Type: LedgerJournalId Extended Data Type
The LedgerJournalId to use to initialize the vendor rebate transaction record; optional.
- _rebateInvoiceId
Type: VendInvoiceId Extended Data Type
The VendInvoiceId to use to initialize the vendor rebate transaction record; optional.
- _rebateTransactionType
Type: TAMVendRebateTransactionType Enumeration
The rebate transaction type to use to initialize the vendor rebate transaction record; optional.
- _description
Type: Description Extended Data Type
The description to use to initialize the vendor rebate transaction record; optional.