Pages

Friday, June 6, 2014

Salesforce: Obsolete Report

Some of us may have seen error message in Salesforce when running an existing report Obsolete Report. This report can no longer be edited or run. Your administrator has disabled all reports for the custom object, or its relationships have changed. This usually happen when there are changes in the object related to the report or visibility of the object for user.


Recently, we have user complain above error when the object is still in use. Here are few causes of that error taken from Salesforce article.
1. An object used in the relationship is not enabled for reporting
2. A look-up relationship used in the report was deleted or changed its type (changing from master-detail to look-up also makes a report obsolete)
3. An object in the report was deleted.
4. A profile does not have visibility to an object
5. The report is based on an object that belongs to a “managed package”  “In Development” status, therefore not all users will have access to it.

In our scenario, recently we purchased a managed package app, it is working fine and no issue. But, a user from higher management role complain he get this error. We follow above checkpoints:
1. Enable Reports is tick for that custom object, skip.
2. The report is on parent object, not child, skip.
3. Report is still there and working fine, skip.
4. We go to user profile and Read access for the user profile is there, skip
5. This object is a Manage Package object, but Deployment Status = Deployed, skip.

So none of above condition exist for the user. We even going further to check if the user have access to report folder, and we see user role for the report folder is Viewer, skip.

After discuss with the users, we get more info:
  1. A user set weekly schedule dashboard refresh and this effected user is in the recipient of Email Dashboard.
  2. User receive the email and dashboard is showed without issue within that email
  3. When user click the report in email he got above error Obsolete Report
Check with other users in the email recipients, no one have such issue, weird !

Finally, we found the issue - yay..... this is because the object is created from Managed installed package, and this user has no license to the package, so once we add license for that user and it works :)

Actually, it fall under point number 4 in conditions above, where user do not have visibility of the object, it just like we forget extra checkpoint for managed package object. ALL DONE!!

ReferenceWhy do some reports return an 'obsolete report' error message?


3 comments:

  1. Awesome.. you helped to solve my issue. thanks a lot.

    ReplyDelete
  2. For me, the solution was:
    I enabled the 'read' object permission on the custom object in the permission set.

    ReplyDelete
  3. You make my day men thanks !
    Same issue with a managed package

    ReplyDelete

Page-level ad