{{ record.jointable }} – Join Table – Table

Returns the records from another table these that connected to current record and match the filter. Records will be formatted by selected layout.

Basic usage:

{{ record.jointable }}

Usage with parameters:

{{ record.jointable(Catalog Layout, Filter, Order By field, Limit) }}

Parameters:

  1. Catalog Layout (optional)
  2. Filter (optional) – Example: price>100
  3. Order By field (optional) – Example: name desc
  4. Limit (optional) – Max number of records to load. Example: 20

What are your feelings

Leave a Reply

Updated on January 9, 2025