Global::getCompany Method [AX 2012]

Returns the company.

Syntax

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

Run On

Called

Parameters

  • tableID
    Type: int
    A ID for a table.

Return Value

Type: SelectableDataArea Extended Data Type
A Company.

Remarks

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

See Also

Reference

Global Class