Skip to main content

Zugriff auf Daten aus M:N-Beziehung

Comments

1 comment

  • Zendesk API User
    Author: hoebbel - 7/5/2012 13:51

    Hallo,

    wie wäre es mit

    $CMS_FOR(markings,#row.markingList)$

    $CMS_VALUE(markings.name)$<br>

    $CMS_END_FOR$

    oder aufsteigend sortiert nach Namen:

    $CMS_FOR(markings,#row.markingList.sort(x : x.name))$

    $CMS_VALUE(markings.name)$<br>

    $CMS_END_FOR$

    Viele Grüsse aus Dortmund,

      Holger Höbbel

    0

Please sign in to leave a comment.