Share via


TaxSales::custTaxGroup Method [AX 2012]

Returns the tax group either from the specified _address parameter, or the _taxGroup parameters. This depends on the address type on the Address table.

Syntax

client server public static TaxGroup custTaxGroup(
    CustDlvTermId _dlvTermId, 
    TaxGroup _taxGroup, 
   [LogisticsLocationRecId _location])

Run On

ClientOrServer

Parameters

See Also

Reference

TaxSales Class