Skip to main content
Skip table of contents

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.

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>

 

JavaScript errors detected

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

If this problem persists, please contact our support.