Skip to main content
Amber Gillis (K2M) 님이 #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개
  1. 2014년 8월 22일 오후 5:09
    Originally:<apex:commandButton value="Save" action="{!savepage}"/>

     

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