Hi everyone,
I've come across a rather strange behaviour regarding the relationship between tasks and users.
My goal is to display a list of tasks, that are assigned to a user in the bottom or side panel of the user detail view.
Sounds easy enough: a 1:n relationship between users and tasks already exists. So lets go to the layout management of the user entity and add "Tasks" to the bottom or side panel. However after doing that, the tasks list doesnt appear in the record view of any user.
I tried adding the task view to other entities that already have a relationship to tasks, like contacts. Here it works just as expected, the tasklist appears in the entity view.
I can also add other lists to the users bottom panel like calls, emails, accounts etc. and they all get displayed correctly.
The problem only appears with the users <--> tasks relationship. I can view the tasks of a user if i go to the calendar of the user and enable tasks there. However that is not really practical to my use case, since I need a concise list of all tasks, assigned to that user in the detail view of the user.
My best guess is, that users as well as tasks are a "special" type of entity, so adding the relationship between both to a panel is not as easy as with "normal" entities..
Our system is curently on version 9.1.8
Any healp would be greatly appreciated
I've come across a rather strange behaviour regarding the relationship between tasks and users.
My goal is to display a list of tasks, that are assigned to a user in the bottom or side panel of the user detail view.
Sounds easy enough: a 1:n relationship between users and tasks already exists. So lets go to the layout management of the user entity and add "Tasks" to the bottom or side panel. However after doing that, the tasks list doesnt appear in the record view of any user.
I tried adding the task view to other entities that already have a relationship to tasks, like contacts. Here it works just as expected, the tasklist appears in the entity view.
I can also add other lists to the users bottom panel like calls, emails, accounts etc. and they all get displayed correctly.
The problem only appears with the users <--> tasks relationship. I can view the tasks of a user if i go to the calendar of the user and enable tasks there. However that is not really practical to my use case, since I need a concise list of all tasks, assigned to that user in the detail view of the user.
My best guess is, that users as well as tasks are a "special" type of entity, so adding the relationship between both to a panel is not as easy as with "normal" entities..
Our system is curently on version 9.1.8
Any healp would be greatly appreciated

Comment