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

Is possible to add a command button which will redirect to new record creation page of attachments under the particular object?
I have a vf section in my record detail page which displays the attachments under the object.How can i make a command button in such a way that when clicked on it it redirects to new record Attachment creation page for the current object?
create a simple button(for same look and feel use SFDC csss classes) ,call a javascript function on click of button. user window.location to redirect to new record creation page.