Share via


VendInvoiceMatching::updateExpectedValuesForTable Method

Updates the expected totals for the invoice represented by the table and record IDs.

Syntax

server public static void updateExpectedValuesForTable(TableId _tableId, RecId _recId)

Run On

Server

Parameters

  • _tableId
    Type: TableId Extended Data Type
    The table ID of the line, sub-table, or header table that is a part of the invoice to be updated.
  • _recId
    Type: RecId Extended Data Type
    The record ID of the line, sub-table, or header table record that is a part of the invoice to be updated.

See Also

Reference

VendInvoiceMatching Table