SysTestCaseCompanyData.primaryCompany Method [AX 2012]
Gets the first of three companies supported by this test case base class.
Syntax
public DataAreaId primaryCompany()
Run On
Called
Return Value
Type: DataAreaId Extended Data Type
The first of three companies supported by this test case base class.
Remarks
To ensure the required initialization is performed, this method has to be called before any of the test methods are run. The ideal place to do this is the setUpTestCase method. The setUp method will also ensure the proper initialization is performed.