Skip to main content
Skip table of contents

SaveSelected: Save Selected Changes

Tag: SaveSelected

SaveSelected sends a store command to the server for the modified entries selected in the grid.

CODE
<SaveSelected/>

Tag Attributes

Attributes

Attribute Value

Comment

KeepAlive

True / False

Defaults to False

For the confirmation dialog

Example Script

CODE
<ytriaAutomation>
	<Filter ColumnID="userPrincipalName" Regex="N" CaseSensitive="true"/>
	<Select lines="ByValue">
		<SetParam ColumnID="userPrincipalName" Value="AdrianaN@M365x823975.onmicrosoft.com"/>
	</Select>

	<SelectedEditUser>
		<SetParam Field="displayName" Value="Jean-Luc"/>
	</SelectedEditUser>

	<SaveSelected keepAlive="True"/>

</ytriaAutomation>

JavaScript errors detected

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

If this problem persists, please contact our support.