TaxSpec.parmTaxSpec Method [AX 2012]

Gets or sets the TaxSpec parameter.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          public boolean parmTaxSpec([boolean _canGroupOnTaxDirection])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public boolean parmTaxSpec([boolean _canGroupOnTaxDirection])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public boolean parmTaxSpec()

  Microsoft Dynamics AX 2012 (FPK)
          public boolean parmTaxSpec()

  Microsoft Dynamics AX 2012 (SYS)
          public boolean parmTaxSpec()

Run On

Server

Parameters

  • _canGroupOnTaxDirection
    Type: boolean
    The value to set.

Return Value

Type: boolean
The value of the TaxSpec parameter.

See Also

Reference

TaxSpec Class