Skip to main content
Amber Gillis (K2M) a posé une question dans #Data Management
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 réponse
  1. 22 août 2014, 17:09
    Originally:<apex:commandButton value="Save" action="{!savepage}"/>

     

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