• Vin B
  • NEWBIE
  • 0 Points
  • Member since 2017
  • SalesForce Developer

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 9
    Questions
  • 5
    Replies
I have a non-admin user who has the following set of permissions:
  • Schedule Reports
  • Manage Reports in Public Folders
  • Subscribe to Reports
  • Schedule Reports
The user is able to access a report folder called Service Desk Reports and run a report called Open Service Requests. However on scheduling this report, that user is getting following error in email :
"Salesforce.com could not email the report to any of the specified recipients. Check that recipients are specified and that they have the appropriate permissions to view the report."
Why is the user unable to get the scheduled report? What extra permissions do I need to give?
Please Note: When I manually shared the folder with the same user, he was able to get the scheduled report in email.
Is the permission 'Manage Reports in Public Folders" alone not suffecient to get the scheduled report in email?

Any help would be appriciated.

Thanks
how can I access the lightning components created in another org into my current org(in a visual force page)? I am trying to do it using lightning out feature. But authentication would be required to do so? 
I am getting the content of visual force page as word document  using  the contentType="application/msword#{!fileName}.doc" . 
But when word doc is downloaded I want it to be read only.i.e it should not be editable.
 Is there any way to add some property in following xhtml tag which used in that vf page??
<html xmlns:o='urn:schemas-microsoft-com:office:office' xmlns:w='urn:schemas-microsoft-com:office:word' xmlns='http://www.w3.org/TR/REC-html40'>

Please guide me :(