Default location per user

Hello Folks, I want to know how can I assign default location for the users so that if they do any sales orders or purchase orders the defined location should come automatically without a manual intervention.

we are using 2013 NAV W1 kindly suggest the solution. I tried with warehouse employee but it went nugatory.

Thanks in advance…

Search for Setup Employee in the search box. You can assign each employee to various locations, and check the Default column on one of them.

What we have done was added Default Location on the User Setup Table, and User Setup Page

Then any page we wanted to automatically define the Location, we simply added the code to Validate the Location Code based on the UserSetup.“Default Location Code”

Exactly the same way I have done it many times.