Hi all,
I have created a tree with 3 bindings:
Binding 1 = Organisation
Binding 2 = Activity
Binding 3 = Todo
Binding 1 has a relationship to activity:
binding1.setNRelationName = ‘organisation_to_activity’
Binding 2 has a relationship to todo:
binding2.setNRelationName = ‘activity_to_todo’
The question now is: Is it possible to set a second relation for binding1?
For example I want also show the relation ‘organisation_to_project’ in my tree.
Regards,
John