4 件の回答
Hi Eric, Instead of using standard save action, use quicksave. This would not let you go to detail page. Therefore update your commandbutton like below:
<apex:commandButton action="{!quicksave}" value="Save" id="theButton"/>
Hope this will help.
Please like the answer and mark it as best if this helps.Thanks,Aman