SelectedShowChannels: Show Team Channels

Tag: SelectedShowChannels

The SelectedShowChannels function automates the action of loading and showing channels of selected teams.


XML
<SelectedShowChannels/>
Selected-Show-Channels


Tag Attributes

Attributes

Attribute Value

Comment

NewFrame

TRUE (Opens new frame) / FALSE (Continues with existing frame) - Defaults to FALSE


AutoClose

TRUE (Closes frame at the end of the action) / FALSE - Defaults to FALSE


allChannels

TRUE (Display all channels) / FALSE - Defaults to FALSE


AdditionalGroupColumns

Semicolon separated column ids.

Enrich grid with columns from the Groups module (override saved setting).

Example Script

XML
<ytriaAutomation Application="sapio365">
	<Select lines="ByValue">
		<SetParam ColumnID="groupType" Value="Office 365 group"/>
	</Select>
	<SelectedShowChannels/>
</ytriaAutomation>