Hi, I need to run an update on the UserInfo Table.
We are changing domain names. Consequently, I am changing the Network Alias and the new Corresponding SID number for dynamics users.
Everything else is staying the same.
I am getting the SID like this:
Newsid = manager.getUserSid(newEmail,networkDomain);
I am getting the domain name like this:
networkDomain = Microsoft.Dynamics.ApplicationPlatform.Environment.EnvironmentFactory::GetApplicationEnvironment().get_Provisioning().get_AdminIdentityProvider();
This seems to work, but I want a sanity check and I'm not sure exactly the nature of this reference.
Can someone explain it?
Will this function in the UAT and PROD the same as it does in Dev?