Knowledge is made to be shared
How to get AOS Port number in axapta by code
To get AOS Port number in axapta by code you can try following code
Str PortInfo;
PortInfo=
strfmt("Port number of AOS IS: %1",int2str(Session::getAOSPort()))
;
info(
PortInfo
);
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.