Global::getCompany Method [AX 2012]

Returns the company.

client server public static SelectableDataArea getCompany(int tableID, [SelectableDataArea _company])

Run On

Called

Parameters

tableID
Type: int
A ID for a table.
_company
Type: SelectableDataArea Extended Data Type
An ID of the company.

Return Value

Type: SelectableDataArea Extended Data Type
A Company.

This method has exposes the xCompany::DataArea method on the client tier for improved performance.

Show: