Upsert failed. First exception on row 0; first error: CANNOT_INSERT_UPDATE_ACTIVATE_ENTITY: execution of AfterInsert caused by: System.QueryException: Non-selective query against large object type (more than 100000 rows). Consider an indexed filter or contact salesforce.com about custom indexing. Even if a field is indexed a filter might still not be selective when: 1. The filter value includes null (for instance binding with a list that contains null) 2. Data skew exists whereby the number of matching rows is very large (for instance, filtering for a particular foreign key value that occurs many times)

 


An unexpected error has occurred. Your development organization has been notified.

 

 

考虑下在select的时候,有没有contains null

相关文章:

  • 2021-07-24
  • 2022-03-02
  • 2022-03-06
  • 2021-09-26
  • 2021-05-13
猜你喜欢
  • 2021-12-30
  • 2021-10-29
  • 2022-12-23
  • 2021-11-20
  • 2021-05-08
  • 2021-08-04
相关资源
相似解决方案