Override Attachment Object?

Is there a way to override the Attachment View action?
I created the skuid page, the page assignment and the VF wrapper. But there doesn't seem to be a way to tell salesforce to use my VF page instead of the standard attachment detail page. I've got to avoid sending folks into the scary world of plain SFDC.
I created the skuid page, the page assignment and the VF wrapper. But there doesn't seem to be a way to tell salesforce to use my VF page instead of the standard attachment detail page. I've got to avoid sending folks into the scary world of plain SFDC.
Tagged:
1
Categories
- 7.9K Questions
- 926 Ideas
- 220 Discussion Categories
- 178 General
- 9 Community Feedback
- 3 Community Info
- 18 Knowledge Base
Comments
I'm trying to accomplish the same thing but I'm still getting the default Salesforce file detail page when I click on the link instead of the file download. I have a template field with the following:
<a href="/servlet/servlet.FileDownload?file={{{Id}}}" target="_blank">{{Name}}</a>
Is there somewhere else I need to override the link behavior??