I want to create a LiveReport showing the Permissions on a Project other than Guest, Member and Coordinator. I want to see who the guests are, who the Membes are and who the Coordinators are.
Melyane,
Just ran the SQL in the LiveReport I referenced above, which is :
SELECT b.name type, d.name name
FROM dtreeacl a, kuaf b, kuafchildren c, kuaf d
WHERE dataid = 242001
and a.rightid = b.id
and b.id = c.id
and d.id = c.childid
Where 242001 is my project ID and I got back the following :
Group User
---------------------
Coordinators Admin
Members eLink
Members Coordinators
Guests TestUser
Can you explain what you are seeing or having issues with ?
Greg Griffiths
Livelink Certified Developer & ECM Global Star Champion 2005 & 2006
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.