Hello.
I can declare a connection by :
UserConnection dbConnection;
;
dbConnection = new UserConnection();
...
I want to get the UserConnction/Connection object of current default connection of AX.
Thanks :)
Hello.
I can declare a connection by :
UserConnection dbConnection;
;
dbConnection = new UserConnection();
...
I want to get the UserConnction/Connection object of current default connection of AX.
Thanks :)