RECIDS

The RECIDS function adds the products with specified IDs to the recommended products list.

Syntax

RECIDS(ids, [count])

Examples

If:

  • ids = [100, 101, 102]

The execution of:

Will recommend the three products with IDs 100, 101, 102.

The execution of:

Will recommend only the product with ID 100. This rule can also be written as:

Last updated