Share via


LedgerConsolidate::doesCompanyExist Method [AX 2012]

Checks whether the company is valid for the consolidation process.

Syntax

server public static boolean doesCompanyExist(CompanyId _companyId)

Run On

Server

Parameters

Return Value

Type: boolean
true if the company is valid; otherwise, false.

Remarks

The company must exist and must not be a virtual company for the consolidations to occur.

See Also

Reference

LedgerConsolidate Class