Hi Friends
Following code illustrates in getting the PortNo in Axapta Through Code.Session Class can also be used to get the AOS Name and the Client System Name.
Regards
Santhosh Reddy
-It's kind of fun to do the impossible
Following code illustrates in getting the PortNo in Axapta Through Code.Session Class can also be used to get the AOS Name and the Client System Name.
static void GetAOSPort(Args _args)
{ ;
info(strfmt("Port number: %1",int2str(Session::getAOSPort())));
}
Regards
Santhosh Reddy
-It's kind of fun to do the impossible
No comments:
Post a Comment