↧
Answer by salesforce-sas for Apex page failing DML transaction
Thanks to @PranayJaiswal, got the documentation You can't use data manipulation language (DML) operations in a “getxxx” method in a controller. For example, if your controller had a getName method, you...
View ArticleApex page failing DML transaction
Let's have a very simple apex page: <apex:page controller="EventInsert" > <apex:form> <p>Event insertion test</p> <p>{!processParams}</p> <apex:pageMessages...
View Article
More Pages to Explore .....