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