UserAdAddManager Class [AX 2012]
The UserAdAddManager class is used to add users from the active directory to Microsoft Dynamics AX.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkOUInSearchResults | Determines if the user belongs to an existing security group. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| extractDomain | Extracts the network domain for the current user who is being added to the system. |
| findDomain | Verifies that the specified domain exists. |
| generateInitialUserId | Generates an appropriate user ID. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| insertActiveDirectoryUsers | Inserts new users into the system. |
| insertHistoryList | Inserts a record into the UserAddHistoryList table. |
| insertNotificationError | Inserts an error message to use as a notification. |
| insertSysUsers | Inserts a record into the SysUserInfo table. |
| new | Initializes a new instance of the UserAdAddManager class. |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| retrieveADUsers | Retrieves a collection of users from the Active Directory that are based on a specific domain. |
| sendEmailErrors | Sends errors by e-mail. |
| setExternalUsers | Determines if the user is an external user and updates the UserInfo table. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validateInitialUserId | Validates the initial user ID by checking whether the user ID is already in the system. |
| validateUserAliasAndDomain | Validates the user ID and alias against the existing records to check whether they already are in the system. |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Initializes a new instance of the UserAdAddManager class. |
Community Additions
ADD
Show: