SelectedGroupMembershipCopy: 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.
<Select columnID=""'<column ID>"" value=""<value in column>"" />
Tag Attributes
Attributes | Attribute Value |
---|---|
KeepAlive | TRUE / FALSE - Defaults to FALSE |
LoadDirectory | TRUE / FALSE - Defaults to FALSE / When set to TRUE, this parameter loads the full directory as if you'd clicked the dialog button. |
Detailed Description
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
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
<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>