function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
vinicius.paivavinicius.paiva 

New/Edit Page Override

Hi,

 

  Supose I want to override a view page for "MyEntity". In this scenario, I can create a VF page, using the MyEntity standard controller and extending it... Then I can create a simple page with the "apex:detail" markup, leveraging the usage of the configured layout for MyEntity.

  How can I do that for the new/edit page?

  Isn't there a way to reuse the built layout?

 

Best regards,

Vinícius