LedgerBalanceBase.getSign Method [AX 2012]

Gets the sign of the balance.

Syntax

protected int getSign(OperationsTax _currentPostingLayer, boolean _invertSign)

Run On

Server

Parameters

  • _invertSign
    Type: boolean
    A Boolean value that indicates whether to invert the sign of the balance.

Return Value

Type: int
The sign of the balance.

Remarks

The sign is a 1 or -1 value and is used as a multiplier.

See Also

Reference

LedgerBalanceBase Class