When running tests from a test case a system defaults to a DAT company. I need to run them in a company where test data exist.
Using changeCompany causes an exception "company XXX does not exist". It looks like access to other companies is restricted.
Here is an example of my code
[SysTestTargetAttribute(classStr(igsEcoResProductCrossTableManager), UtilElementType::Class)]
class igsLengthControlTest extends SysTestCase...
[SysTestMethodAttribute]
public void exportModel()
{...}
What am I doing wrong?