The HideSelectedRows function does just that, it hides rows that you've selected in the grid.
<HideSelectedRows/>
XML
Tag Attributes
Attributes
Attributes Value
Value Description
Comment
Target
N/A
Grid code name
N/A
NOTE
The "Remove" parameter is now obsolete
Example Script
<ytriaAutomation Application="sapio365">
<!-- to be launched from a module view -->
<Select Lines="ByValue">
<SetParam ColumnID="jobTitle" Value="Testing"/>
</Select>
<HideSelectedRows/>
</ytriaAutomation>