You need to sign in to do that
Don't have an account?

Suppressing Detail Page Buttons
I am popping up a new browser window using the Javascript window.open() function from Flex to show a read-only detail page for a custom object using this URL (for example):
https://na6.salesforce.com/a09800000043oz9AAA?isdtp=mn
How do I suppress the Edit, Delete, and Clone buttons that appear on the popup detail page? I want the page to be read-only with no command buttons.
Thanks!
Dave
All Answers
Thomas -- You rock. So obvious I did not think of it. I did not realize you could remove standard buttons from a detail page.
Thanks!
Dave