Hello
If you mean how to use the user id of the current user then use curuserid()
function. If let's say your user id is "aaaa" you can test this:
If(curuserid() == "aaaa")
{
Info("Current user is aaaa");
}
Else
{
Info("Current user is not aaaa");
}
From: [email protected]
[mailto:[EMAIL PROTECTED] On Behalf Of M. Nuaman Sharif
Sent: Wednesday, November 26, 2008 10:39 AM
To: [email protected]
Subject: [development-axapta] How to use User ID
Hi All
Please tell me how to use User ID in x++ code.
Thanks
[Non-text portions of this message have been removed]