Function To get Current User Using X++ in AX 2009

if you need to get the current user id  use this function :
void printCurrentUserId()
{
info(curUserId(););
}

 

Comments

Popular Posts