Filter: EntityCtxFilter

Filter type for EntityCtx.

All fields in this type are and-combined; see the or field for or-combination.


Input Fields

NameTypeDescription
ANDEntityCtxFilter

A field that checks if all filters in the list apply

If the list is empty, this filter applies to all objects.

OREntityCtxFilter

A field that checks if any of the filters in the list apply.

If the list is empty, this filter applies to no objects.

Note that only the items in the list or-combined; this complete OR field is and-combined with outer fields in the parent filter type.

businessUnitID

Checks if businessUnit equals a specified value.

If an index exists on businessUnit, it can be used.

The business unit ID.

businessUnit_gtID

Checks if businessUnit is greater than a specified value.

The business unit ID.

businessUnit_gteID

Checks if businessUnit is greater or equal a specified value.

The business unit ID.

businessUnit_inID

Checks if businessUnit is equal to one of the specified values.

The business unit ID.

businessUnit_ltID

Checks if businessUnit is less than a specified value.

The business unit ID.

businessUnit_lteID

Checks if businessUnit is less or equal a specified value.

The business unit ID.

businessUnit_notID

Checks if businessUnit does not equal a specified value

The business unit ID.

businessUnit_not_inID

Checks if businessUnit is not equal to one of the specified values.

The business unit ID.

productID

Checks if product equals a specified value.

If an index exists on product, it can be used.

The product ID.

product_gtID

Checks if product is greater than a specified value.

The product ID.

product_gteID

Checks if product is greater or equal a specified value.

The product ID.

product_inID

Checks if product is equal to one of the specified values.

The product ID.

product_ltID

Checks if product is less than a specified value.

The product ID.

product_lteID

Checks if product is less or equal a specified value.

The product ID.

product_notID

Checks if product does not equal a specified value

The product ID.

product_not_inID

Checks if product is not equal to one of the specified values.

The product ID.


This page was generated: 2024-10-16