-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Using this code I can not create a connection using IIS 7 with Windows Authentication.
try
{
Axapta axapta = new Axapta();
axapta.Logon("", "", "", "");
//Or this> axapta.Logon("COMPANY", "NL-nl", "OBJECTSERVER", "");
System.Diagnostics…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello, I have created new LeaveMaster table in Axapta. please let me know how can i create number sequence of LeaveID. please help me. Thank you.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
hi folks,
i'm struggling with an .net activeX i try to use in ms axapta 2009.
using this component on my local machine where it was compiled, it's working quite fine.
it can be added as activeX element on a form, the methods and events are listed in the axapta-activeX-explorer and i can interact…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Is it possbile to move aotnode in axapta through code(I want to achive the same movement as done via alt-up, alt-down)
Dynamics AX 2009 has AOTmove method, but when I try
#AOT
ProjectNode root;
//SysContextMenuAOT ctx = new SysContextMenuAOT();
ProjectGroupNode firstChild;
ProjectGroupNode secondChild;
;
//root=ctx…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am trying to add a service reference to axapta 2009. All is working well, its a simple web method(external webservice) that gets executed on the server tier(necessary, otherwise clr interop error)
But I've ran into the following problems :
is it possible to close the proxy one way or another…
>>> More