AX – D365FO – Function To get Current User Using X++ Posted on 27 October 2021 by Marco Saad If you need to get the current user id use this function : void printCurrentUserId() { info(curUserId()); } Share this:LinkedInFacebookTwitterLike this:Like Loading... Published by Marco Saad View all posts by Marco Saad