Hello all,
I have purchased the Advanced pack and am using the report section sucessfully.
However, I am trying to achieve something quite simple : Create a "My team opportunities" and "My team activity" dashboards.
As it's required my user need to access to all activities and opportunity in read only on the lists, on their role, the scope has been set to Read = "all'.
I created a report showing the opportunities with the filter opporunity.AssignedUserID = env\userAttribute('id') for the people to see their own opportunities and did the same with activity. It works well.
When I try to achieve the same with teams, it's not possible for the following reasons :
- You can add a filter on Teams, but then you can only add hard coded values in the filter and it seem not possible to put a formula there retrieve the teams the user belong via env\userAttribute('team') (probably because of the N-N relation)
- When I choose complex expression, Teams is not in the dropdown list of the possible filters anymore so I cannot use formula to retreive my current user teams.
Is it possible to create a report based on the items linked to the teams the current user belongs to ?
Otherwise, could you please help me try to figure out where the "My activity" factory widget is defined so I can try to recreate it and adapt it to a team level ?
Best Regards,
Chris
I have purchased the Advanced pack and am using the report section sucessfully.
However, I am trying to achieve something quite simple : Create a "My team opportunities" and "My team activity" dashboards.
As it's required my user need to access to all activities and opportunity in read only on the lists, on their role, the scope has been set to Read = "all'.
I created a report showing the opportunities with the filter opporunity.AssignedUserID = env\userAttribute('id') for the people to see their own opportunities and did the same with activity. It works well.
When I try to achieve the same with teams, it's not possible for the following reasons :
- You can add a filter on Teams, but then you can only add hard coded values in the filter and it seem not possible to put a formula there retrieve the teams the user belong via env\userAttribute('team') (probably because of the N-N relation)
- When I choose complex expression, Teams is not in the dropdown list of the possible filters anymore so I cannot use formula to retreive my current user teams.
Is it possible to create a report based on the items linked to the teams the current user belongs to ?
Otherwise, could you please help me try to figure out where the "My activity" factory widget is defined so I can try to recreate it and adapt it to a team level ?
Best Regards,
Chris
Comment