UserRequestManager Class [AX 2012]

class UserRequestManager

Run On

Called

  MethodDescription
Gg788973.pubmethod(en-us,AX.60).gif allowAddUserRequestCreate Indicates whether user request creation is allowed based on the current state of the UserRequestManager object.
Gg788973.pubmethod(en-us,AX.60).gif allowInactivateUserRequestCreate Indicates whether user request creation is allowed based on the current state of the UserRequestManager object
Gg788973.protmethod(en-us,AX.60).gif associateUserRelations Associates user relations to the user for the user request.
Gg788973.protmethod(en-us,AX.60).gif associateUserRoles Associates user security roles to the user for the user request.
Gg788973.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg788973.protmethod(en-us,AX.60).gif createMembershipUser Creates a claims-based membership user for the person of the user request.
Gg788973.pubmethod(en-us,AX.60).gif entityType This method should be overridden to return the external entity type that is associated with the manager class.
Gg788973.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg788973.privmethod(en-us,AX.60).gif generateUserId
Gg788973.protmethod(en-us,AX.60).gif getDefaultCompany Gets the default company for new users.
Gg788973.pubmethod(en-us,AX.60).gif getDomain Gets the domain for the user request.
Gg788973.pubmethod(en-us,AX.60).gif getNewUserEmailTemplate Gets the e-mail template ID for the new user notification.
Gg788973.pubmethod(en-us,AX.60).gif getPortalSiteUrl Gets the SharePoint portal base URL for the user request.
Gg788973.protmethod(en-us,AX.60).gif getTemporaryPasswordEmailTemplate Gets the e-mail template ID for the temporary password notification.
Gg788973.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg788973.protmethod(en-us,AX.60).gif getUserAlias Gets the user alias to use to create the user for the request.
Gg788973.protmethod(en-us,AX.60).gif getUserName Gets the username that is used to create the user for the request.
Gg788973.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg788973.protmethod(en-us,AX.60).gif inactiveExternalUserRole Removes the user security roles based on the external entity type.
Gg788973.pubmethod(en-us,AX.60).gif inactiveUser Inactivates the user who is associated to the request.
Gg788973.pubmethod(en-us,AX.60).gif initFrom Initializes the UserRequestManager object by using a related record.
Gg788973.protmethod(en-us,AX.60).gif new Initializes a new instance of the UserRequestManager class.
Gg788973.pubmethod(en-us,AX.60).gif newRequestID Gets a new request ID based on the user request number sequence.
Gg788973.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg788973.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg788973.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg788973.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg788973.pubmethod(en-us,AX.60).gif provisionUser
Gg788973.pubmethod(en-us,AX.60).gif requestAction Gets or sets the user request action for new requests.
Gg788973.pubmethod(en-us,AX.60).gif sendNewUserEmail Sends the new user notification e-mail.
Gg788973.pubmethod(en-us,AX.60).gif sendUserAliasEmail Sends the user alias notification e-mail.
Gg788973.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg788973.protmethod(en-us,AX.60).gif setupUser Sets up the user who is being provisioned for the user request.
Gg788973.pubmethod(en-us,AX.60).gif submitUserRequest Creates and submits a user request based on a related record to the workflow.
Gg788973.pubmethod(en-us,AX.60).gif tableId Gets a table ID that is related to the UserRequestManager object.
Gg788973.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg788973.pubmethod(en-us,AX.60).gif updateListPageQuery Updates the list page query.
Gg788973.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg788973.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg788973.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg788973.pubmethod(en-us,AX.60).gif Gg788973.static(en-us,AX.60).gif ::construct Initializes a new instance of the UserRequestManager class.
Gg788973.pubmethod(en-us,AX.60).gif Gg788973.static(en-us,AX.60).gif ::constructFrom
Gg788973.pubmethod(en-us,AX.60).gif Gg788973.static(en-us,AX.60).gif ::constructFromManagedContentItem Initializes a new instance of the UserRequestManager class by using a managed content item.
Gg788973.pubmethod(en-us,AX.60).gif Gg788973.static(en-us,AX.60).gif ::constructFromMenuItem Initializes a new instance of the UserRequestManager class by using a menu item.
Gg788973.pubmethod(en-us,AX.60).gif Gg788973.static(en-us,AX.60).gif ::getAccountType Gets the account type that is based on a user request authentication mode.
Gg788973.pubmethod(en-us,AX.60).gif Gg788973.static(en-us,AX.60).gif ::main Provides an entry point for the UserRequestManager class when it is called from a menu item.
Top

Community Additions

ADD
Show: