Username / UserID within RTC client

ziczac
Member Posts: 7
HI all, and for you that are not on summer holiday here is a question
In NAV RTC clients you can send notes to another user by the Notes, or you can via the NAV LOG see the log what has been updated. We are using the windows login via Windows AD and that will provide a username like "DENMARK-CPH \ JEHLE" (domain \ username) at my usernavn
The challenge is in the default RTC 2013 version that we use, we have over 100 concurrent users and when you want to find a particular user, if it was like in all other applications where I'm "only" known as JEHLE, life will be more easyer, for instance in RTC when you want to send a note to another person you should start by entering the domain and then the user name to the right recipient on.
Or when in a list view has a field with username one sees first domain name, and then users, it does not provide a simple overview.
Any tricks ?
In NAV RTC clients you can send notes to another user by the Notes, or you can via the NAV LOG see the log what has been updated. We are using the windows login via Windows AD and that will provide a username like "DENMARK-CPH \ JEHLE" (domain \ username) at my usernavn
The challenge is in the default RTC 2013 version that we use, we have over 100 concurrent users and when you want to find a particular user, if it was like in all other applications where I'm "only" known as JEHLE, life will be more easyer, for instance in RTC when you want to send a note to another person you should start by entering the domain and then the user name to the right recipient on.
Or when in a list view has a field with username one sees first domain name, and then users, it does not provide a simple overview.
Any tricks ?
0
Comments
-
We also use the Windows AD users, so I checked it with our NAV13 environment and we don't see the domain prefix in the list with users in the Notes section, we only see the first name. Have you check the Users page (9800)?0
-
Hello,
We did have the same problem after upgrading to NAV2013.
OK, so, first of all, it is nice that the USERID function returns the "User Name" field in the User table. This give us some control.
However there is some kind of problem with this table. It won't let me change the name. It gives an error message that says "User Name must be equal to DOMAIN\Reinhard.Ruescher in User: xxxxx"
This looks like a strange error message to me. It might be a bug. There already is a "Windows User Name" field for this purpose in the table.
Anyways, the resolution was fairly simple. Write a piece of code that changes the "User Name" (without validating, and bypassing the error message"User."User Name" := 'Reinhard.Ruescher'; User.MODIFY(FALSE);
This worked. In the Notes, and in the USERID function, it has "just" my name, not the Domain. I am able to log on and haven't noticed any problems yet.
To avoid having to write code all the time to update it, we put in a code OnValidate of the Full Name on the User table."User Name" := "Full Name"
This way I can manage the User Name through the regular RTC interface.
Let me know if that helps or if you got any additional info on it.
- Reinhard0 -
Hi,
I am currently working on an NAV2017(Cu5) Upgrade and i am using this solution to avoid the domain.
However when i use the NAS Services it does not work and i still get the Domain.
Has anyone experienced the same situation and has a workaround?
greetings0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K 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
- 320 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