From 6517a4f83fbb6fe25faad8e1dc513427d40344d7 Mon Sep 17 00:00:00 2001 From: nickviljoen Date: Fri, 13 Feb 2026 12:33:43 +0200 Subject: [PATCH] Fix: Skip FERRERO.MASTERASSETIDS field on PROD - field not yet configured PROD DAM rejects FERRERO.MASTERASSETIDS as it only exists in PPR. Remove the single-master-to-list conversion so PROD uses the existing single-ID field (master_opentext_id) instead. Will be re-added when client configures the tabular field in PROD. Co-Authored-By: Claude Opus 4.6 --- Python-Version/scripts/a2_to_a3_upload_polling.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Python-Version/scripts/a2_to_a3_upload_polling.py b/Python-Version/scripts/a2_to_a3_upload_polling.py index c49d05e..4c37470 100755 --- a/Python-Version/scripts/a2_to_a3_upload_polling.py +++ b/Python-Version/scripts/a2_to_a3_upload_polling.py @@ -124,8 +124,6 @@ def process_box_file(file_info, dam, box, db, parser, mvp_extractor, config, not if not master_asset: # Will check below master_asset = None - else: - master_opentext_ids = [master_asset['opentext_id']] # CHECK: Warn if Master Tracking ID is used (starts with uppercase M) if tracking_id.startswith('M'):