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:
Catalog Layout
(optional)Filter
(optional) – Example: price>100Order By field
(optional) – Example: name descLimit
(optional) – Max number of records to load. Example: 20
Leave a Reply
You must be logged in to post a comment.