変更セットのリリースを使用して [項目履歴管理] を有効にするはできませんが、メタデータ API ツール (ANT/ Visual Studio Code) を使用すると、項目の [項目履歴管理] を有効にできます(<trackHistory>true</trackHistory>)。
<?xml version="1.0" encoding="UTF-8"?> <CustomObject xmlns="http://soap.sforce.com/2006/04/metadata"> <fields> <fullName>MyCustomAccountField__c</fullName> <description>A custom field on the Account standard object.</description> <externalId>false</externalId> <inlineHelpText>Some help text.</inlineHelpText> <label>MyCustomAccountField</label> <length>100</length> <required>false</required> <trackFeedHistory>false</trackFeedHistory> <trackHistory>true</trackHistory> <type>Text</type> <unique>false</unique> </fields> </CustomObject>
メタデータ API 経由のリリースについての詳細は、次のドキュメントを参照してください。
Understanding the Metadata API (メタデータ API について)
Metadata API CustomField - trackHistory
000384656

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.