A developer has a page with two extensions overriding the Standard controller for Case.
<apex:page standardController="Case" extension="CaseExtensionOne,CaseExtension Two" showHeader="false"> Each extension has a method called Save. The page has a command button as defined: <apex:commandButton value="Save" action="{!save}"/>
What will happen when a user clicks the command button?
FriedConsole2000
11 months, 1 week agoSapphire808
1 year, 3 months agoFriedConsole2000
11 months, 1 week agolorenac2
2 years agodrwebber
3 years, 1 month ago