notnull

Read(1) Label: notnull,

Syntax:
<object_parameter> notnull

Return:
Boolean. Returns true if <object_parameter> is not null, false otherwise.

Parameter <object_parameter>:

Original value/original expression. Required parameter; type is expression; parameter name omitted.

Example:
Determine whether the field order_test_date is not null.

NLC snippet: order_test_date notnull.