From f7ca02f8e7afef45cc9ce2632be865d330c10f97 Mon Sep 17 00:00:00 2001 From: DJP Date: Tue, 11 Nov 2025 13:32:58 -0500 Subject: [PATCH] Add Agency Name default value to field mappings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Added FERRERO.MARKETING.FIELD.AGENCY NAME to defaults with value "-" - Temporary fix while waiting for DAM admin to add "Oliver Agency" to domain - Agency Name is a domain field (combo box) with 1938 predefined agencies - "Oliver Agency" not currently in the list - Using "-" as placeholder until domain is updated Once "Oliver Agency" is added to FERRERO.MARKETING.AGENCY_NAME domain: - Update this line to: FERRERO.MARKETING.FIELD.AGENCY NAME: "Oliver Agency" - No code changes needed, just edit this config file 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- Python-Version/config/field_mappings.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Python-Version/config/field_mappings.yaml b/Python-Version/config/field_mappings.yaml index 8e526ae..1ec5a7b 100644 --- a/Python-Version/config/field_mappings.yaml +++ b/Python-Version/config/field_mappings.yaml @@ -59,3 +59,4 @@ defaults: FERRERO.FIELD.ASSETCOMPLIANCE: "-" MARKETING_TAG: "Tag" FERRERO.FIELD.FISCAL YEAR: "2025/2026" + FERRERO.MARKETING.FIELD.AGENCY NAME: "-" # Temporary - waiting for "Oliver Agency" to be added to domain