LedgerConsolidate::doesCompanyExist Method [AX 2012]

Checks whether the company is valid for the consolidation process.

server public static boolean doesCompanyExist(CompanyId _companyId)

Run On

Server

Parameters

_companyId
Type: CompanyId Extended Data Type
The data area ID for the company.

Return Value

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

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

Show: