Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
LiveReport about Task List
unknown__unknown__(eu0014281_-_(deleted))
I'm trying to develop a LiveReport about the tasks of all the open projects. I want to extract the task's owner also, but I see all my 'Dtree.AssignedTo' are empties. How can I to find the relation between task and owner, because AND KUAF.ID = DTREE.Assignedtonot works ?Thanks in advance, and bye....
Find more posts tagged with
Comments
unknown__unknown__(eu0014281_-_(deleted))
Errata corrige.....Dtree.AssignedTo is not empty, it's ever = 1
Patrick_Perez_(cnestouser1_-_(deleted))
On our version (9.5), the relation between tasks and users is no longer in Dtree, it's in another table, named Assignees. Two columns : DataId (task) and AssignedTo (user or group).It's not mentioned in the documentation, but with this new table it works well.Besides, the "standard" LiveReports related to tasks failed to give any results, as they are based on the AssignedTo column of DTree.