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

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

Example Script

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