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 件の回答
Originally:<apex:commandButton value="Save" action="{!savepage}"/>
Solution: <apex:commandButton value="Save" action="{!save}"/>