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
John McGlinnJohn McGlinn 

Visualforce - Maintaining Dynamic Rendered Page upon Save

The organization I'm working with has maxed out the capibilities of Record Types and Page Layouts. Using Ajax and the re-render attribute, we're able to build pages which dynamically render based upon some user input values which is extremely helpful. The problem is once the dynamically rendered page is saved, it reverts to the page layout assigned to that profile. How can I maintain the dynamically renderd "saved" page through the lifecycle in this case support ticket. 

I've looked into Dynamic Visualforce Components and injecting VF into the Salesforce page layouts. Any thoughts would be greatly appreciated.