
1 个回答
It will depend on how the Visual Force page was written. Assuming there is nothing special in the VF page itself, then the button is likely a standard button (like Edit) that will only be available if the User viewing the page has Edit rights on the record.
If this is a custom Visual Force page, you will need to work with the page developer to find out how the button is imnplemented. If you are the page developer, visit developer.salesforce.com for programming assistance and documentation and sample code.