Problem statement:
Reason:
The reason behind the problems mentioned above is Responsibilities. Yes, It is as simple as that.
We are going from one view to another view and if we don’t have that view in our responsibility we migh face one of the above mentioned errors. Some time more than one destination is provided, as is the case of the dynamic drill down and they are executed in thesequence that we provide. If views that have been mentioned in the sequence are not assigned to our responsibility then we can again face the above mentioned error.
- We configure a drill down and we test it. It works fine and it takes us to the destination view that we have provided. Another user logs in for him the drill down disappear. It is just plain text field.
- When we click on the drill down it gives us an error
“You do not have permission to view this record or this record has been deleted” - Drill down is working for some users and some users are facing error while using that drill down.
Reason:
The reason behind the problems mentioned above is Responsibilities. Yes, It is as simple as that.
We are going from one view to another view and if we don’t have that view in our responsibility we migh face one of the above mentioned errors. Some time more than one destination is provided, as is the case of the dynamic drill down and they are executed in thesequence that we provide. If views that have been mentioned in the sequence are not assigned to our responsibility then we can again face the above mentioned error.
What if the view is present in your responsibilities but the drilldown works for few records and not for others?
ReplyDeleteHi
ReplyDeleteif some records are working fine and some not then i suspect the drilldown is dynamic drilldown. Please make sure each view is added in the responsibility which is being used in Drilldown.