Tag: SaveAll
The SaveAll function automates the action of saving all modifications made in the grid.
Tag: SaveSelected
The SaveSelected automates the action of saving selected modifications made in the grid.
Tag Attributes
Attributes | Attribute Value | Value Description | Comment |
---|
Auto Close | TRUE (closes frame at action end) / FALSE - defaults to FALSE | N/A | N/A |
Example Script
<ytriaAutomation Application="sapio365">
<Filter ColumnID="userPrincipalName" Regex="N" CaseSensitive="true"/>
<Select lines="ByValue">
<SetParam ColumnID="userPrincipalName" Value="AdrianaN@M365x823975.onmicrosoft.com"/>
</Select>
<!--SelectedUserLoadMore/-->
<SelectedEditUser>
<SetParam Field="displayName" Value="Jean-Luc"/>
</SelectedEditUser>
<SaveSelected keepAlive="True"/>
<ClearFilters/>
</ytriaAutomation>
XML
