Share via


RTax25LedgerRun::checkDefaultDimension Method [AX 2012]

Checks existence of the default dimensions.

Syntax

server public static boolean checkDefaultDimension(
    DimensionDefault _accDefaultDimension, 
    DimensionDefault _offDefaultDimension, 
   [RecId _exclDimAttrId])

Run On

Server

Parameters

  • _exclDimAttrId
    Type: RecId Extended Data Type
    A dimension attribute record id to set some exclusions for the dimension check.

Return Value

Type: boolean
true if the check is OK; otherwise, false.

See Also

Reference

RTax25LedgerRun Class