MarkupTrans::updateTaxGroup Method

Updates the tax group for the misc. charges associated with an entity.

Syntax

server public static void updateTaxGroup(
    TableId _tableId, 
    RecId _recId, 
    TaxGroup _taxGroup, 
    TaxGroup _origTaxGroup, 
    DialogButton _dialogButtonResult, 
   [boolean _onlyFixed])

Run On

Server

Parameters

  • _onlyFixed
    Type: boolean
    A boolean value indicating whether only misc charges of category Fixed should be updated, optional.

Remarks

If the _dialogButtonResult parameter is YesToAll then all misc. charges are updated, if it is Yes then only those with the same original tax group are updated; otherwise, none are updated.

See Also

Reference

MarkupTrans Table