New Issue...?

Hi All…

I want to get Windows Login User Name into AX…?

Help me Out Of this…

Thanks In Advance…[:)]

Hi All,

By using this Function we can get Current User Name

curuserid();

Hi Bobby,

Try this it may help you out…

static void Username(Args _args)
{
;
info(WinAPI::getUserName());
}

Naresh Kolli