Skip to main content
Skip table of contents

Group Delivery Management: Add Rejected

Tag: SelectedGroupSenderAddRejected

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


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

selected-group-sender-add-rejected


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 rejected senders:

  • Select the group row(s) in the Group Delivery Management grid
  • Use SelectedGroupSenderAddRejected 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>
	<SelectedGroupSenderAddRejected LoadDirectory="true">
		<Select columnID="PRINCIPALNAME" value="PattiF@M365x823975.OnMicrosoft.com"/>
	</SelectedGroupSenderAddRejected>
	<Save/>
</ytriaAutomation>


JavaScript errors detected

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

If this problem persists, please contact our support.