NOT
Specification | Value |
---|---|
Description | Returns logical negation on an expression. |
Parameter 1 Name | Condition |
Parameter 1 Type | boolean |
Parameter 2 Name | - |
Parameter 2 Type | - |
Parameter 3 Name | - |
Parameter 3 Type | - |
Return value | 'False' - if Condition is true; 'True' - if Condition is false |
Example:
10: NOT EXP:20
20: EQUAL ATTRIB:LineNo CONST:10
OUTPUT:
If 'LineNo = 10', the output will be 'False'.
If 'LineNo = 20', the output will be 'True'.
Note
The repository of the attribute is Crm.Sales.SalesOrderLines