在使用CrmService往数据库批量Create记录时,为了提高性能经常会设置PreAuthenticate为true,但是如果在创建记录前,往往需要RetrieveMultiple其他实体来查找lookup的值,这样在程序运行时经常会发生HTTP status 401: Unauthorized错误,所以建议这样的情况下不要设置PreAuthenticate为true。 相关文章: 2021-06-12 2022-12-23 2021-06-14 2021-06-11 2021-07-28 2022-12-23 2021-06-09 2021-11-18