How to update Active directory from Ax 2012 ?
for example, how to update a username / phone no of the user in the Active directory from Ax 2012?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use the .NET Interop features of X++ to call in managed code, then follow the examples here:
http://www.codeproject.com/Articles/18102/Howto-Almost-Everything-In-Active-Directory-via-C
Basically, I would write my own C# library that contains logic to update the Active Directory and then just invoke methods in this libraries from X++.