A property does not exist
The document under test is a part, assembly or drawing.
Applies the operation if a property does not exist in the document.
Example If the property ''Descriptiondoes not exist in the document, then the operation is applied.
You can use the '' character*'' placed before or behind a specific character string, to test for the absence of a property in the document containing the character string.
Example :
Pro* if a property begins with Pro does not exist in the document, then the operation is applied.
*000 if a property ending in 000 does not exist 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 none of the properties Item_Code, Treatment and Supplier exist in the document, then the operation is applied.