CustUserRequestManager Class [AX 2012]

The CustUserRequestManager class is used to manage customer user request operations such as determining whether a request can be created and helping in the creating of that request.

class CustUserRequestManager extends UserRequestManager

Run On

Called

  MethodDescription
Gg804090.pubmethod(en-us,AX.60).gif allowAddUserRequestCreate Indicates whether a user request can be created based on the current state of the UserRequestManager object. (Overrides the allowAddUserRequestCreate Method.)
Gg804090.pubmethod(en-us,AX.60).gif allowInactivateUserRequestCreate Indicates whether a user request can be created based on the current state of the UserRequestManager object. (Overrides the allowInactivateUserRequestCreate Method.)
Gg804090.protmethod(en-us,AX.60).gif associateUserRelations Associates user relations to the user for the user request. (Overrides the associateUserRelations Method.)
Gg804090.protmethod(en-us,AX.60).gif associateUserRoles Associates user security roles to the user for the user request. (Inherited from UserRequestManager.)
Gg804090.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg804090.protmethod(en-us,AX.60).gif createMembershipUser Creates a claims-based membership user for the person of the user request. (Inherited from UserRequestManager.)
Gg804090.pubmethod(en-us,AX.60).gif entityType Gets the external entity type that is associated with the CustUserRequestManager object. (Overrides the entityType Method.)
Gg804090.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg804090.protmethod(en-us,AX.60).gif getDefaultCompany Gets the default company for new users. (Overrides the getDefaultCompany Method.)
Gg804090.pubmethod(en-us,AX.60).gif getDomain Gets the domain for the user request. (Overrides the getDomain Method.)
Gg804090.pubmethod(en-us,AX.60).gif getNewUserEmailTemplate Gets the e-mail template ID for the new user notification. (Overrides the getNewUserEmailTemplate Method.)
Gg804090.pubmethod(en-us,AX.60).gif getPortalSiteUrl Gets the Enterprise Portal base URL for the user request. (Overrides the getPortalSiteUrl Method.)
Gg804090.protmethod(en-us,AX.60).gif getTemporaryPasswordEmailTemplate Gets the e-mail template ID for the temporary password notification. (Inherited from UserRequestManager.)
Gg804090.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg804090.protmethod(en-us,AX.60).gif getUserAlias Gets the user alias to use to create the user for the request. (Inherited from UserRequestManager.)
Gg804090.protmethod(en-us,AX.60).gif getUserName Gets the username that is used to create the user for the request. (Inherited from UserRequestManager.)
Gg804090.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg804090.protmethod(en-us,AX.60).gif inactiveExternalUserRole Removes the user security roles based on the external entity type. (Inherited from UserRequestManager.)
Gg804090.pubmethod(en-us,AX.60).gif inactiveUser Inactivates the user who is associated to the request. (Overrides the inactiveUser Method.)
Gg804090.pubmethod(en-us,AX.60).gif initFrom Initializes the UserRequestManager based on a related record. (Overrides the initFrom Method.)
Gg804090.protmethod(en-us,AX.60).gif new Initializes a new instance of the CustUserRequestManager class. (Overrides the new Method.)
Gg804090.pubmethod(en-us,AX.60).gif newRequestID Gets a new request ID based on the user request number sequence. (Inherited from UserRequestManager.)
Gg804090.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.)
Gg804090.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.)
Gg804090.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg804090.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg804090.pubmethod(en-us,AX.60).gif provisionUser (Inherited from UserRequestManager.)
Gg804090.pubmethod(en-us,AX.60).gif requestAction Gets or sets the user request action for new requests. (Inherited from UserRequestManager.)
Gg804090.pubmethod(en-us,AX.60).gif sendNewUserEmail Sends the new user notification e-mail. (Inherited from UserRequestManager.)
Gg804090.pubmethod(en-us,AX.60).gif sendUserAliasEmail Sends the user alias notification e-mail. (Inherited from UserRequestManager.)
Gg804090.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg804090.protmethod(en-us,AX.60).gif setupUser Sets up the user who is being provisioned for the user request. (Inherited from UserRequestManager.)
Gg804090.pubmethod(en-us,AX.60).gif submitUserRequest Creates and submits a user request based on a related record to the workflow. (Inherited from UserRequestManager.)
Gg804090.pubmethod(en-us,AX.60).gif tableId The table ID related to the UserRequestManager object. (Overrides the tableId Method.)
Gg804090.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg804090.pubmethod(en-us,AX.60).gif updateListPageQuery Updates the list page query and adds a customer filter. (Overrides the updateListPageQuery Method.)
Gg804090.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.)
Gg804090.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg804090.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg804090.pubmethod(en-us,AX.60).gif Gg804090.static(en-us,AX.60).gif ::construct Initializes a new instance of the CustUserRequestManager class.
Top

Object Class
  UserRequestManager Class
    CustUserRequestManager Class

Community Additions

ADD
Show: