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
  • Referring to the error you got with the query type View, you found a bug. But I believe, there is also a misunderstanding for this query type on your side. You can build the view in a way that it only returns the data you are allowed to see based on some parameter like @ReportScheduledBy.

    I am going to take a look into your use case in regards to the query type Object but it will take while.

    In the meantime, try to follow my instructions in regards to the parameter in your SQL query. That would definitely solve your issue.

Reply
  • Referring to the error you got with the query type View, you found a bug. But I believe, there is also a misunderstanding for this query type on your side. You can build the view in a way that it only returns the data you are allowed to see based on some parameter like @ReportScheduledBy.

    I am going to take a look into your use case in regards to the query type Object but it will take while.

    In the meantime, try to follow my instructions in regards to the parameter in your SQL query. That would definitely solve your issue.

Children
No Data