Basics: Data Types: Enum (Custom)
Predefined list of valid values but unlike Enum (Fixed)
, may have / can accept other custom values. For example, valid fulfillment services values includes manual
(which is predefined) and other provider names for example amazon
, shipwire
, etc.
Operators
Smart Tag supports the following operators for fields and values that are of Enum (Custom) type.
is equal to
Returns true
if field value is equal to the input value.
is not equal to
Evaluates to true
if field value is not equal to to the input value.