• PrakashG
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies

Hi. I am able to display all the attachments related to a customer portal user. But the problem is that, when user clicks on that attachment link to download, it says INSUFFICIENT PREVILIGES. Here is what I am using .

 

<a href="{!URLFOR($Action.Attachment.Download, att.id)}" >{!att.name}</a>

 

<a href="{!URLFOR($Action.Attachment.Download, att.id)}" >{!att.name}</a>

 

But the same works in a normal vf page that is for a normal contact withoutr any authentication.

 

Thanks for any help.