Synchronizes the information about a single user account in the Microsoft Dynamics NAV security system with the Microsoft SQL Server security system.

SYNCHRONIZESINGLELOGIN(UserAccount);

Parameters

UserAccount

The Windows user account that you want to synchronize. You must specify a domain and user name, such as 'cronus\simon'.

If you use case-sensitive collations in SQL Server, then the case of the user account must match the case of the user account in SQL Server.

Expand imageRemarks

Expand imageExample

Expand imageSee Also