You need to sign in to do that
Don't have an account?
Adding New button into Standard Salesforce.com Default Page
Hi,
I created a new custom object called 'AccountAssetAssociation__c' and included the related list of the new custom object into Account object detail page. Under this related list, there is a 'New AccountAssetAssociation' button which will display the default page with default behaviour of creating new record for the custom object. (picture. 1)
I would like to add a new button or link which will allow user create a new asset (inddition of selecting from the exisitng) into the default page. (picture 2)
Is there any way to override the default page with visualforce page without rewrtiting the whole form in the default page?
Thank you
What you can do is override the new button for AccountAssetAssociation and create a VF page in its place such that you can have a new asset creation from that VF page.
Thank you Sonam.