Share via


DimensionDefaultingControllerBase.taxBranchChanged Method [AX 2012]

Changes the tax branch.

Syntax

private boolean taxBranchChanged(
    DimensionAttribute _dimensionAttribute, 
    TaxBranchCode _taxBranchCode, 
    DimensionValue _text)

Run On

Called

Parameters

  • _dimensionAttribute
    Type: DimensionAttribute Table
    The DimensionAttribute table that is related to the DimAttributeTaxBranch table.

Return Value

Type: boolean
true if the tax branch code changed; otherwise, false.

See Also

Reference

DimensionDefaultingControllerBase Class