I am working on directly integrating the AX customer list (CustTable) into a standalone application within C#. However whenever I did this I had it pointed to my DEV AOS. How do I go about changing which aos it is pulling its data from?
I've tried loading my other environments config file for visual studio (devenv.exe /AXConfig <config file>.axc) but that did nothing. I also tried removing my table proxies and re-adding them while connected to my other AOS from within visual studio. I tried running a grep on all the files within my project folder but it doesn't even find the aos name in any of the files.
Is there is a way to manually (via code) point it to a specific config file or aos server? If not is there even a way to repoint the project to another aos through the VS IDE?
*This post is locked for comments
I have the same question (0)