Share via


TaxSettlement_IN::checkIfBalanceRemainsForAC Method [AX 2012]

Returns true if the the balance for the main account passed exists.

Thst is balance is available to reverse.

Syntax

server public static boolean checkIfBalanceRemainsForAC(MainAccount _mainAccount)

Run On

Server

Parameters

  • _mainAccount
    Type: MainAccount Table
    The main account against which the balance check is being done.

Return Value

Type: boolean
true if the MainAccount has balance amount in it.

See Also

Reference

TaxSettlement_IN Class