Change Session Owner to Mobile

Allows the user to change the owner of a session to a mobile user.

Enabled

  • MMSessionManager must be the current extension.

  • The node passed to this subtask must be a session.

  • Users must exist with the Mobile role assigned.

Execute

  1. Finds a list of users that have the roles necessary to access the current node.

  2. Gets the value of the DefaultUser parameter.

  3. If the AutoChangeOwner value is set to 1 (True), selects the DefaultUser and assigns the node. If no DefaultUser value is set, allows the user to select from a list of valid users.

  4. If the AutoChangeOwner value is set to 0 (False), selects the DefaultUser and allows the user to change the selection from a list of valid users. If no DefaultUser value is set, allows the user to select from a list of valid users.

  5. Assigns session to the chosen user.

Parameters

  • DefaultUser: takes a user name as a value. The default value is null.

  • AutoChangeOwner: takes a value of 0 or 1. 0=False, prompt the user to select owner; 1=True, select default owner without prompt. The default value is 0 (False).

QR Code is a registered trademark of DENSO WAVE INCORPORATED in Japan and other countries.

Was this helpful?