Multi Association Order of Items
  • Is there any way to control the order of items coming from a mulit-association?

    Let's say I have a "related items" association to the "items" collection to which the item in question belongs. The collection is ordered manually, but this association is always alphabetical.

    This presents a problem when outputting the related items because they are basically in random order. Is there any way to control this?

  • 1 Answer sorted by
  • No, Multi associations do not have order. You could use a Collection of Single Associations if you want order. Or you can order them on the output side (sorting by name, etc.) if you wanted to do something like that.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In Apply for Membership

In this Discussion