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
9 months, 1 week agoSapphire808
1 year, 1 month agoFriedConsole2000
9 months, 1 week agolorenac2
1 year, 10 months agodrwebber
2 years, 11 months ago