The document under test is a part, an assembly or a 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 in front of or behind a specific string, in order to test the absence of a property in the document, including the string.

Example

 Pro* if a property beginning 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 do not exist in the document, then the operation is applied.