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
|
Attributes |
Attribute Value |
|---|---|
|
KeepAlive |
TRUE (Keeps dialog open) / FALSE - Defaults to FALSE |
|
displayName |
Channel display name |
|
description |
Channel description |
|
isFavoriteByDefault |
False/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>