즐겨찾기sharon anoop 님이 #Apex에 질문했습니다2015년 4월 10일 오전 5:00How Should i rectify "System.FinalException: Record is read-only" error?답변 1개정렬날짜별 정렬가장 유용한 항목별 정렬날짜별 정렬인정받은 답변Manoj Kumar Jena (GE Healthcare)2015년 4월 10일 오전 7: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일 오전 7: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 .