Skip to main content
Skip table of contents

Group Membership: Copy Membership

Tag: SelectedGroupMembershipCopy

The SelectedGroupMembershipCopy function automates the action of copying the group memberships of selected users to other users in the Group Delivery Management grid.


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

Group-Membership-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.

Detailed Description

add-to-1-selected-groups

To copy group membership of a user to other users:

- Select the user row(s) in the Group Delivery Management grid
- Use SelectedGroupMembershipCopy with a selection of target user(s) in the grid


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="Alex Wilber" and="true"/
		<SetParam columnID="groupDisplayName" value="sg-Legal"/>
	</Select>
	<SelectedGroupMembershipCopy loadDirectory="true">
		<Select columnID="DISPLAYNAME" value="Debra Berger"/>
	</SelectedGroupMembershipCopy>
	<Save/> 
</ytriaAutomation>
JavaScript errors detected

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

If this problem persists, please contact our support.