is there a way to specify the column for DISTINCT using the orm framework ?
I would like to find a list of the most recent call of all the leads, but only one per lead so I want to set parentId as unique in this search while ordering by dateStart descending
I would like to find a list of the most recent call of all the leads, but only one per lead so I want to set parentId as unique in this search while ordering by dateStart descending