Wednesday, July 4, 2012

AX 2012 - Create a new AX User using SQL Server

Hi

If you want create a new AX User without using the AX Import, is enough manage the following SQL Tables :

- Popolate the USERINFO table
- Duplicate the records in the Table SECURITYUSERROLE link to the Admin user changing the User_ Column with the new userid.

Enjoy !