Skip to main content
Skip table of contents

Edit: Team Channels

Tag: SelectedEditChannel

The SelectedEditChannel function automates the action of modifying the information of selected channels in the grid.


XML
<SelectedEditChannel>
	<SetParam Field="displayName" Value="Operations"/>
	<SetParam Field="description" Value="This is an operations channel"/>
</SelectedEditChannel>

Tag Attributes

AttributesAttribute Value
KeepAliveTRUE (Keeps dialog open) / FALSE - Defaults to FALSE
displayNameChannel display name
descriptionChannel description
isFavoriteByDefaultFalse/True

Example Script

XML
<ytriaAutomation Application="sapio365">
	<OnError Continue="true"/>
	<Select lines="ByValue">
		<SetParam ColumnID="displayName" Value="Alphabet"/>
	</Select>
	<SelectedEditChannel>
		<SetParam Field="displayName" Value="Operations"/>
		<SetParam Field="description" Value="This is an operations channel"/>
	</SelectedEditChannel>
</ytriaAutomation>
JavaScript errors detected

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

If this problem persists, please contact our support.