AddFilterTarget: Add Filter to Hierarchy Filter Settings

Tags: AddFilterTarget

AddFilterTarget adds a type to the hierarchy filter settings (type(s) that subsequent filter operations are applied to).

image2022-10-28_15-50-12.png

XML
<AddFilterTarget type="User"/>

Tag Attributes

Attributes

Attribute Value

Type

Object type as denoted in the object type column (not case sensitive)

Example Script

XML
<ytriaAutomation Application="sapio365">
	<SelectedShowLicenses keepAlive="True">
		<AddFilterTarget type="Subscribed sku"/>
	</SelectedShowLicenses>
</ytriaAutomation>