Hi,
We have a need to get the order (created order) of the relationship between two entities having N:N relationship.
We have two entities, entity A and entity B having N:N relationship. Whenever a record of type A gets matched with type B, we associate them using a plugin. Now at a certain stage, we need the order of the relationships created.
Eg - We have record B1 of type entity B. We associate it with A1 then A3 and then A2. When I fetch the relationships, A1,A2,A3(in any order) comes. But not the order in which they were associated, i.e. A1->A3->A2.
Is there any way without creating new intersect entity?
Thanks & Regards,
Arun Kumar