Skip to main content
We have a "edit" and "view" VF page for Cases.  They work fantastic for creating new records and viewing them, but once we select the "Edit" button, change values, and select "Save", it doesn't save our changes.

 

Any initial thoughts on what we need to change to the VF pages?

 

Also, the user we're testing with has full access to Cases.

 

Thanks!
1 件の回答
  1. 2014年8月22日 17:09
    Originally:<apex:commandButton value="Save" action="{!savepage}"/>

     

    Solution: <apex:commandButton value="Save" action="{!save}"/>
0/9000