Condition.operator

Note:

The content in this help topic applies to SuiteScript 2.x.

Property Description

The operator of the condition.

Type

string (read-only)

Module

N/dataset Module

Parent Object

dataset.Condition

Sibling Object Members

Condition Object Members

Since

2020.2

Syntax

Important:

The following code sample shows the syntax for this member. It is not a functional example. For a complete script example, see N/dataset Module Script Samples.

            // Add additional code
...
// View Condition.operator
var myDataset = dataset.load({
    id: myDatasetId 
});

log.audit({
    title: 'Condition.operator = ',
    details: myDataset.condition.operator
});
...
// Add additional code 

          

Related Topics

dataset.Condition
N/dataset Module
SuiteScript 2.x Modules
SuiteScript 2.x

General Notices