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
Venkat Reddy 45Venkat Reddy 45 

use standard controller and implement a custom save logic

Dear Experts,

          I want to "use standard controller and implement a custom save logic", so could you please send me a code for this?

Regards,
Venkat
pconpcon
If you want to do custom save logic you'll have to use the standard controller with a controller extension [1] and override the save logic there.

[1] https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_controller_extension.htm