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
- _dlvTermId
Type: CustDlvTermId Extended Data Type
- _taxGroup
Type: TaxGroup Extended Data Type
- _location
Type: LogisticsLocationRecId Extended Data Type