Task Report Security

Hello,

 

I have a task report to track status of the task to assigned group members. Task entry is showing when task is with the group but when some one accepts the task that entry is not visible for other group members. As a system administrator I'm able to see it. I checked process security and user viewer access everything looks fine And I haven't used any filters in queryProcessAnalytics.

Any pointers will help.

Thanks in advance 

  Discussion posts and replies are publicly visible

Parents Reply
  • Thank you all for the respons. Here's the code I used

    =a!queryProcessAnalytics(
    report:cons!PROCESS_REPORT,
    contextProcessModels: cons!PROCESS_MODELS,
    query:a!query(
    pagingInfo: a!pagingInfo(1,-1,{})
    )
    )

    I didn't use any filters here or in the process report. For e.g. in Group A I have user A and user B when the task is with group result of query for both users is totalcount-1. When user A accepts task result of query for user A is totalcount-1 and for user B its totalcount-0.
Children
No Data