UserRequestManager Class [AX 2012]
| Method | Description | |
|---|---|---|
| allowAddUserRequestCreate | Indicates whether user request creation is allowed based on the current state of the UserRequestManager object. |
| allowInactivateUserRequestCreate | Indicates whether user request creation is allowed based on the current state of the UserRequestManager object |
| associateUserRelations | Associates user relations to the user for the user request. |
| associateUserRoles | Associates user security roles to the user for the user request. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| createMembershipUser | Creates a claims-based membership user for the person of the user request. |
| entityType | This method should be overridden to return the external entity type that is associated with the manager class. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| generateUserId | |
| getDefaultCompany | Gets the default company for new users. |
| getDomain | Gets the domain for the user request. |
| getNewUserEmailTemplate | Gets the e-mail template ID for the new user notification. |
| getPortalSiteUrl | Gets the SharePoint portal base URL for the user request. |
| getTemporaryPasswordEmailTemplate | Gets the e-mail template ID for the temporary password notification. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getUserAlias | Gets the user alias to use to create the user for the request. |
| getUserName | Gets the username that is used to create the user for the request. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| inactiveExternalUserRole | Removes the user security roles based on the external entity type. |
| inactiveUser | Inactivates the user who is associated to the request. |
| initFrom | Initializes the UserRequestManager object by using a related record. |
| new | Initializes a new instance of the UserRequestManager class. |
| newRequestID | Gets a new request ID based on the user request number sequence. |
| 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.) |
| provisionUser | |
| requestAction | Gets or sets the user request action for new requests. |
| sendNewUserEmail | Sends the new user notification e-mail. |
| sendUserAliasEmail | Sends the user alias notification e-mail. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| setupUser | Sets up the user who is being provisioned for the user request. |
| submitUserRequest | Creates and submits a user request based on a related record to the workflow. |
| tableId | Gets a table ID that is related to the UserRequestManager object. |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| updateListPageQuery | Updates the list page query. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| 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 UserRequestManager class. |
| ::constructFrom | |
| ::constructFromManagedContentItem | Initializes a new instance of the UserRequestManager class by using a managed content item. |
| ::constructFromMenuItem | Initializes a new instance of the UserRequestManager class by using a menu item. |
| ::getAccountType | Gets the account type that is based on a user request authentication mode. |
| ::main | Provides an entry point for the UserRequestManager class when it is called from a menu item. |
Community Additions
ADD
Show: