Hi team!
Is it possible to make tests with External Sql tables in NAV 2018?
I made one test and had an error message "Cannot use tables of type External Sql in test isolation.".
I tried different values of TestPermissions and TransactionModel on codeunit and test function. I use the following sintaxt to conntect to External Sql:
REGISTERTABLECONNECTION( TABLECONNECTIONTYPE::ExternalSQL, "Database Name", 'Server='+"Server Name"+';'+ 'Database='+"Database Name"+';' + 'Integrated Security=SSPI;');