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>"" />
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 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
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>