CustInvoiceTable::calculateTotalsWithoutTaxes Method

Calculates the totals for the CustInvoiceTable record without taxes.

Syntax

client server public static void calculateTotalsWithoutTaxes(Common _currentRecord)

Run On

Called

Parameters

  • _currentRecord
    Type: Common Table
    Either the CustInvoiceLine record or the CustInvoiceTable record that is active when the call was made.

Remarks

This call is made before distributing or modifying the distributions for a CustInvoiceTablerecord to make sure that the totals are correct.

See Also

Reference

CustInvoiceTable Table