Built-In Condition TYPE_OFYou use TYPE_OF to define that the condition only applies to one object.
You use this condition if the dependency is dependent on its environment, for example, dependent on being used for a specific BOM header material.
Example
TYPE_OF($ROOT, (Material)(300)(NR=‘U91’))
If you use a condition like this as, for example, a selection condition for a BOM item, the item is included in the BOM explosion if the $ROOT object (header material) has material number ‘U91’.
Restrictions
TYPE_OF and NOT TYPE_OF cannot be used in constraints.
NOT TYPE_OF cannot be used in actions.