From 5cb95a4052dfeab2e20b13cce6fefb0e921cd6f9 Mon Sep 17 00:00:00 2001
From: JozefSlawinski <34845508+JozefSlawinski@users.noreply.github.com>
Date: Wed, 16 Oct 2024 13:37:53 +0200
Subject: [PATCH] Update field-history-and-feed-tracking.md
This is not clear in the documentation that the trackHistory.yaml file needs to be in postDeploy folder
---
.../field-history-and-feed-tracking.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/building-artifacts/configuring-installation-behaviour-of-a-package/field-history-and-feed-tracking.md b/building-artifacts/configuring-installation-behaviour-of-a-package/field-history-and-feed-tracking.md
index 9916b1c..582dbfa 100644
--- a/building-artifacts/configuring-installation-behaviour-of-a-package/field-history-and-feed-tracking.md
+++ b/building-artifacts/configuring-installation-behaviour-of-a-package/field-history-and-feed-tracking.md
@@ -18,7 +18,7 @@ Two mechanisms are implemented to ensure that all the fields that need to be fie
During deployment, the YAML file is examined and the fields to be set are stored in an internal representation inside the deployment artifact. Meanwhile, the components to be deployed are analyzed and the ones with ‘trackHistory’ on are added to the same artifact. This acts as a double assurance that any field that is missed in the YAML files due to human error will also be picked up. After the package installation, all the fields in the artifact are retrieved from the target org and, for those fields, the trackHistory is turned on before they are redeployed to the org.
-
Files to be maintained to enable field history tracking deployment after the Jan 23 Release
+
Files to be maintained to enable field history tracking deployment after the Jan 23 Release. (Needs to be kept in 'postDeploy' folder)
In this way, the deployment of field history tracking is completely automated. One now has a declarative way of defining field history tracking (as well as feed tracking) without having to store the metadata in the repo. The only maintenance effort left for developers is to manage the YAML file.