A property exists
The document under test is a part, assembly or drawing.
Applies the operation if a property exists in the document.
Example If the property ''Description'' exists in the document, then the operation is applied.
You can use the '' character*'' placed before or behind a specific character string, to test the existence of a property in the document, including the character string.
Example :
Pro* if a property begins with Pro exists in the document, then the operation is applied.
*000 if a property ending in 000 exists in the document, then the operation is applied.
You can also define several properties by separating them with the '' character.;''.
Example :
Item_Code;Processing;Supplier
If the properties Item_Code, Treatment and Supplier exist in the document, then the operation is applied.