Skip to content

Condition IsPresent

Søren Granfeldt edited this page Jul 11, 2018 · 2 revisions

This condition type can be used to limit the scope of a flow rule to a objects where the specified attribute value is present.

A condition of this type could look like this -

<Condition xsi:type="IsPresent" Source="MVEntry" AttributeName="isEmployee" />

The attribute 'Name' holds the name of the attribute to check. And the attribute 'Source' can have the value of either 'CSEntry' or 'MVEntry' and determines whether the check is done against the Connector Space object (CSEntry) or the Metaverse object (MVEntry).

Available from version 1.2 and later

Clone this wiki locally