Tag: RefreshSelected

RefreshSelected triggers a refreshing of the selected data in the grid.

<RefreshSelected/>
XML

Sample Script

<ytriaAutomation">

	<Select lines="ByValue">
		<SetParam ColumnID="userPrincipalName" Value="AdrianaN@M365x823975.onmicrosoft.com"/>
	</Select>

	<RefreshSelected/>

</ytriaAutomation>
XML


If changes are pending, a confirmation dialog will pop up and won't close until a confirmation or cancel is made. If a script must automatically save and refresh without confirmation, both actions must explicitly be called.