收藏sharon anoop 提问于 #Apex2015年4月10日 05:00How Should i rectify "System.FinalException: Record is read-only" error?1 个回答排序按日期排序按最有帮助排序按日期排序已采纳的回答Manoj Kumar Jena (GE Healthcare)2015年4月10日 07:24Hey Sharon,I think this error you are getting from trigger which has after event .After event Trigger.new records are always read only .So you need to update that .Please let me know it helps or post your code I will help you to rectify this .添加评论撰写回答...粗体斜体下划线删除线项目符号列表编号列表添加链接代码块插入图像附加文件链接 URL取消保存0/9000回复
已采纳的回答Manoj Kumar Jena (GE Healthcare)2015年4月10日 07:24Hey Sharon,I think this error you are getting from trigger which has after event .After event Trigger.new records are always read only .So you need to update that .Please let me know it helps or post your code I will help you to rectify this .