VendInvoiceMatching::moveActive Method
Moves the invoice totals and tolerance percentages from one active invoice to another.
Syntax
client server public static void moveActive(
ParmId _fromParmId,
TradeLineRefId _fromTableRefId,
ParmId _toParmId,
TradeLineRefId _toTableRefId)
Run On
Called
Parameters
- _fromParmId
Type: ParmId Extended Data Type
The parameter ID of the old invoice.
- _fromTableRefId
Type: TradeLineRefId Extended Data Type
The table reference ID of the old invoice.
- _toParmId
Type: ParmId Extended Data Type
The parameter ID of the new invoice.
- _toTableRefId
Type: TradeLineRefId Extended Data Type
The table reference ID of the new invoice.