You’re offline. This is a read only version of the page.
Skip to main content
Dynamics 365 Community
Cancel
Get involved
Get answers
Discover events
Learn Dynamics 365
More
Search
Community site session details
Session Id :
Copy
Close
Join experts in person to explore low code and AI agents at the Power Platform Community Conference sponsored by Microsoft
Dynamics 365 Community
/
Blogs
/
MS Dynamics "All Materials You Need and So...
/
Function To get Current Use...
Function To get Current User Using X++ in AX 2009
Views (31029)
Abdel Fatah Ahmed
Follow
Like
(
0
)
Share
Report
if you need to get the current user id use this function :
void printCurrentUserId()
{
info(
curUserId();
);
}
Comments
*This post is locked for comments
mostafa mahmoud
5,125
Posted
at
i like ya pop
Like
(
0
)
Report
Messages
Welcome,
Profile
Messages
My activity
Sign out
*This post is locked for comments