2016年1月14日 星期四

Fix DML currently not allowed


DML currently not allowed

針對無法在constructor裡維護資料,有以下作法:
1. 於pageload結束後使用action
<apex:component controller="myController" Action="ModifyFunction">
2.於網頁load結束後使用javascipt call remote action修改資料

3,若是component則啟用allowDML屬性
<apex:component controller="myController" allowDML="true">

沒有留言:

張貼留言