SelectedRemoveFromSelection: Unload reference objects hierarchy in sub-modules

The SelectedRemoveFromSelection function automates the action of unloading the selected reference Users (or Groups or Sites) and their related data.

image-20221028-222448.png

Detailed Description

For instance, if you have loaded events for three users and finally are only interested in two of them.
Just select any row associated to this user and execute SelectedRemoveFromSelection.

Example script

XML
<ytriaAutomation Application="sapio365">
	<!-- Select the user to be unloaded -->
	<Select lines="ByValue">
		<SetParam columnID="meta.displayName" value="Alex Wilber"/>
	</Select>
	<!-- Unload it -->
	<SelectedRemoveFromSelection/>
</ytriaAutomation>