Insight report on CLM users
Hi,
I'm interested in writing an Insight report which displays CLM user information. Specifically, I would like to know which Project Area a user is associated with and what roles they have within that Project Area. The first bit, I think I can do, but I'm not sure if the role information is exposed in the XDC.
Does anyone have any experience of defining a CLM User report in Insight and displaying Role information?
Is this even possible?
Thanks,
Jill
I'm interested in writing an Insight report which displays CLM user information. Specifically, I would like to know which Project Area a user is associated with and what roles they have within that Project Area. The first bit, I think I can do, but I'm not sure if the role information is exposed in the XDC.
Does anyone have any experience of defining a CLM User report in Insight and displaying Role information?
Is this even possible?
Thanks,
Jill
One answer
Hello Jill,
the table riods.project_resource_lookup contains the reference between the project_id and the resource_id of the JTS user that has access to the project.
Those fields can be referenced to values in the riods.project and riods.resource tables.
This is used by the data model with security to decide which users can see the data from which project areas.
Regarding the project roles I don't think that this information is available in the data warehouse or the xdc.
Best Regards
Francesco
the table riods.project_resource_lookup contains the reference between the project_id and the resource_id of the JTS user that has access to the project.
Those fields can be referenced to values in the riods.project and riods.resource tables.
This is used by the data model with security to decide which users can see the data from which project areas.
Regarding the project roles I don't think that this information is available in the data warehouse or the xdc.
Best Regards
Francesco