Get the active user
                
                    akman                
                
                    Member Posts: 67                
            
                        
            
                    Hi
Is there anyway to get the user that is active?
I need this because I want to put the user id in every record of a new table. For example user A creates a new record in table 50000, I want in the field "User" of this record to have the value "A".
Thanks!
                Is there anyway to get the user that is active?
I need this because I want to put the user id in every record of a new table. For example user A creates a new record in table 50000, I want in the field "User" of this record to have the value "A".
Thanks!
0                
            Answers
- 
            Hi
Use USERID function
field:=USERID;
This function gives you current user
Bye0 - 
            USERID (Database)
Use this function to have the system return the ID of the current user.
ID := USERID
ID
Data type: text constant or code
This string contains the ID of the current user.
Comments
Unless set up otherwise, the system prompts you for a user ID and password when you start the application. This function returns the user ID entered there.
Example
This example shows how to use the USERID function.
User := USERID;
MESSAGE(Text000, User);
Create the following text constant in the C/AL Globals window:
Text Constant
ENU Value
Text000
'The system was started by %1'
A typical result:
The system was started by: JOE0 - 
            Make sure it has the same data type, Code, with a length of 20. You can even link the field to the User table if you want.0
 - 
            DenSter wrote:Make sure it has the same data type, Code, with a length of 20. You can even link the field to the User table if you want.
Do not do it. If you use Windows Authentication, you will have just problems... :-)0 
Categories
- All Categories
 - 73 General
 - 73 Announcements
 - 66.7K Microsoft Dynamics NAV
 - 18.7K NAV Three Tier
 - 38.4K NAV/Navision Classic Client
 - 3.6K Navision Attain
 - 2.4K Navision Financials
 - 116 Navision DOS
 - 851 Navision e-Commerce
 - 1K NAV Tips & Tricks
 - 772 NAV Dutch speaking only
 - 617 NAV Courses, Exams & Certification
 - 2K Microsoft Dynamics-Other
 - 1.5K Dynamics AX
 - 323 Dynamics CRM
 - 111 Dynamics GP
 - 10 Dynamics SL
 - 1.5K Other
 - 990 SQL General
 - 383 SQL Performance
 - 34 SQL Tips & Tricks
 - 35 Design Patterns (General & Best Practices)
 - 1 Architectural Patterns
 - 10 Design Patterns
 - 5 Implementation Patterns
 - 53 3rd Party Products, Services & Events
 - 1.6K General
 - 1.1K General Chat
 - 1.6K Website
 - 83 Testing
 - 1.2K Download section
 - 23 How Tos section
 - 252 Feedback
 - 12 NAV TechDays 2013 Sessions
 - 13 NAV TechDays 2012 Sessions
 

