Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将更改历史导出到 Account 对象上的单个字段,并在该字段上启用字段级别跟踪。
任何建议都非常感谢。
您首先必须按照此处给出的说明打开该字段的历史跟踪。
为该字段启用历史跟踪后,对该字段的任何更改都将记录在 AccountHistory 对象中。您可以在 Account 的 History 相关列表中查看它们,在字段名称等于该字段的 Account History 上生成报告,或通过 API 从 AccountHistory 对象下载它们。