Skip to main content
Skip table of contents

Group Members: Move to

Tag: SelectedGroupMemberMove

The SelectedGroupMemberMove function automates the action of moving members to another group in the Group Members Grid.


XML
<Select columnID=""'<column ID>"" value=""<value in column>"" />

This also works in On-Premises Group Memberships module

group-member-move


Tag Attributes

AttributesAttribute Value
KeepAliveTRUE / FALSE - Defaults to FALSE
loadDirectoryTRUE / FALSE - Defaults to FALSE / When set to TRUE, this parameter loads the full directory as if you'd clicked the dialog button.
GroupActionIf a mixed selection of users and groups is made, a dialog box will appear asking you what to copy.

Detailed Description

add-to-1-selected-groups


sapio365-move-to-groups-or-members


To select, you can use any of the default grid selection methods:

  • Select Rows in Grid
  • Select Rows From List
  • Select Rows - inversion
  • Select / Filter from file


column settings

Example Script

XML
<ytriaAutomation Application="sapio365">
	<Select lines="ByValue">
		<SetParam columnID="userDisplayName" value="Seung-In Jang"/>
	</Select>
	<SelectedGroupMemberMove loadDirectory="true">
		<Select columnID="PRINCIPALNAME" value="Innovation Corner"/>
	</SelectedGroupMemberMove>
	<Save/>
</ytriaAutomation>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.