Skip to main content
Skip table of contents

Group Delivery Management: Add Accepted

Tag: SelectedGroupSenderAddAccepted

The SelectedGroupSenderAddAccepted function automates the action of adding a selection of accepted senders in the Group Delivery Management grid.


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

selected-group-sender-add-accepted


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 add accepted senders:

  • Select the group row(s) in the Group Delivery Management grid
  • Use SelectedGroupSenderAddAccepted with a selection of target user(s) in the grid in the dialog


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


NOW to select, can use all default grid selection methods, so you can use any of the following:

  • 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="Engineering"/>
	</Select>
	<SelectedGroupSenderAddAccepted LoadDirectory="true">
		<Select columnID="PRINCIPALNAME" value="PattiF@M365x823975.Onicrosoft.com"/>
	</SelectedGroupSenderAddAccepted>
	<Save/>
</ytriaAutomation>
JavaScript errors detected

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

If this problem persists, please contact our support.