Skip to main content
Skip table of contents

Group Members: Copy To

Tag: SelectedGroupMemberCopy

The SelectedGroupMemberCopy function automates the action of copying members to a group in the Group Members Grid.


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

group-member-copy


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
GroupActionA dialog will appear asking you what you want to copy
Valid valuesCopyGroups, CopyMembers, Optional - Defaults to CopyGroups

Detailed Description

add-to-1-selected-groups


sapio365-copy-to-groups-or-members


To copy members to a group:

  • Select the target group row(s) in the Group Members grid
  • Use SelectedGroupMemberCopy with a selection of user(s) in the grid in the dialog


add-to-1-selected-groups-column-settings


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

Example Script

XML
<ytriaAutomation Application="sapio365">
	<Select lines="ByValue">
		<SetParam columnID="displayName" value="Innovation Corner"/>
	</Select>
	<SelectedGroupMemberCopy loadDirectory="true" GroupAction="CopyMembers">
		<Select columnID="PRINCIPALNAME" value="Engineering"/>
	</SelectedGroupMemberCopy>
	<Save/>
</ytriaAutomation>
JavaScript errors detected

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

If this problem persists, please contact our support.