CriteriaData
This object represents conditional logic required for executing the query. The Criteria property in DARequest should contain objects of this type. The criteria information includes the field name, value, and the expression (=, <, >, <>, NOT IN, IN, and so on). The following table provides the properties that are available and thier usage.
Property Name
Data Type
Data Flow
Description
FieldName
String
Input
Name of the database object field.
FieldValue
String
Input
Value used in the criteria for this field.
Operator
String
Input
Supported SQL operators such as =, <, >, <>, NOT IN, IN.
ParentId
String
Input
Contains ParentId. This is used only for 'Attachment' objects.
Was this helpful?