Number of records exceeds limit:200

出现这个错误是因为UserRecordAccess 只能查询200条记录,如果触发这个限制就会报错

SELECT RecordId FROM UserRecordAccess where UserId = :currUserInfo.Id AND HasReadAccess = true and RecordId in:priIds

 

posted on 2021-12-03 10:15  问题集  阅读(185)  评论(0)    收藏  举报