This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Report on PersonWantsOrg: user see all requests

Hi,

 

I'm trying to implement a report fot the productOwner that show only the requests an owner can see.

A product owner can be owner of more than a product so in object browser an user that is owner of 2 products will see only request for those products but in a report he can see all the requests.

I thought the permission on what an user can see will be applied to the report too.

Any advice?

 

(7.1)

Parents
  • Thanks for your help Markus so I did a few tests

    I look into documentation in Configuration Guide and then I try the view and Object query module:

    View query module:

    from the guide: You can use query module “View” to create data queries using predefined database views and in this way control user access rights.

    So i thought with this module The results were filtered with user permission in web portal, but in the datasource properties I can't select the viewName like documentation said I doesn't have the viewName field. I tried to insert as paramater named viewName or in base table but I had always the errore viewName is null.

     Object query module:

    from guide: Data queries with the query module “Object” are created using the object layer and therefore take user access permissions fully into account

    so I thought as with view module because it uses object layer will be filtered by user permission in web portal

    I selected the table in Data source and added the columns that I want to be shown, I prepared the report but when I test in the webportal from mysettings -> subsdcrobed report -> send mail with report I got a report with all the requests.

    So I don't know what I'm doing wrong

Reply
  • Thanks for your help Markus so I did a few tests

    I look into documentation in Configuration Guide and then I try the view and Object query module:

    View query module:

    from the guide: You can use query module “View” to create data queries using predefined database views and in this way control user access rights.

    So i thought with this module The results were filtered with user permission in web portal, but in the datasource properties I can't select the viewName like documentation said I doesn't have the viewName field. I tried to insert as paramater named viewName or in base table but I had always the errore viewName is null.

     Object query module:

    from guide: Data queries with the query module “Object” are created using the object layer and therefore take user access permissions fully into account

    so I thought as with view module because it uses object layer will be filtered by user permission in web portal

    I selected the table in Data source and added the columns that I want to be shown, I prepared the report but when I test in the webportal from mysettings -> subsdcrobed report -> send mail with report I got a report with all the requests.

    So I don't know what I'm doing wrong

Children
No Data