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

Add visualforce page on record Edit page?
I researched a lot and didn't find any solutions, so far I only can add VF pages to record Detail page. I saw there was a Salesforce idea posted for long time https://success.salesforce.com/ideaview?id=08730000000Br8CAAS , but it seems Salesforce still doesn't support this.
So is it possible to add visualforce page on record Edit page now?
So is it possible to add visualforce page on record Edit page now?
No, VF page cannot be added to Record Edit Page. If you really need dynamic functionality, you can always create a VF page for editing the records and add the fields you want to edit. THough this would be less flexible as page layout changes would mean updating the VF Page everytime.
All Answers
No, VF page cannot be added to Record Edit Page. If you really need dynamic functionality, you can always create a VF page for editing the records and add the fields you want to edit. THough this would be less flexible as page layout changes would mean updating the VF Page everytime.
Thanks
You can use an iFrame to call Edit URL, and edit in it, and for redirection to your own page, you can pass Return URL parameter... but would be really tricky to manage.
I haven't seen any componenent that allows you to embed an edit page inside your VF page.
Did you find a solution for this to add a static text on record edit/create standard page