
Hello,
How can I get the current session id in C# project of AX (i.e SSRS report business logic code)?
Thanks :)
*This post is locked for comments
I have the same question (0)Call xSession.sessionId() as any other X++ method (e.g. through a proxy class).