将数据从 CRM 4.0 导出到 Excel

发布于 2024-07-25 04:41:53 字数 166 浏览 7 评论 0原文

客户将数据从 CRM 4.0 导出到 Excel 的最佳方式是什么? 现在可以导出的行数限制设置为 10000? 是否有支持的方法来增加限制或有其他方法? 客户处于锁定环境中,因此通过 CRM 4.0 的解决方案将是理想的选择。 (例如,将给定数据范围的 Orders 实体中的所有记录导出到 Excel 中)

What is the best way for a client to export data from CRM 4.0 to Excel? Right now the limit on the number of rows that can be exported is set at 10000? Is there a supported way to increase the limit or is there another way? The client is in a locked down environment so a solution through CRM 4.0 would be ideal. (e.g. export all of the records from the Orders entity for a given data range into excel)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

若水微香 2024-08-01 04:41:53

要在 CRM 4.0 中更改此设置:

  1. 登录到存储 _MSCRM 数据库的 SQL Server
  2. 打开 OrganizationBase 表
  3. 查找列:MaxRecordsForExportToExcel
  4. 将值从 10,000 更改为所需值
  5. 将更改提交到数据库

To change this in CRM 4.0:

  1. Log-in to the SQL Server where the _MSCRM database is stored
  2. Open the OrganizationBase table
  3. FInd the Column: MaxRecordsForExportToExcel
  4. Change the value from 10,000 to the desired value
  5. Commit the change to the database
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文