From 46686e231c50b90c4591581c1824936ad5b077b3 Mon Sep 17 00:00:00 2001 From: h-kapoor-sfdc Date: Wed, 18 Mar 2026 12:07:19 +0530 Subject: [PATCH] W-21626262 Remove incorrectly placed warning to not add XML comments before the root element (#60) Remove incorrectly placed warning to not add XML comments before the root element --- skills/salesforce-custom-field/SKILL.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/skills/salesforce-custom-field/SKILL.md b/skills/salesforce-custom-field/SKILL.md index 3fb919e..cb6717a 100644 --- a/skills/salesforce-custom-field/SKILL.md +++ b/skills/salesforce-custom-field/SKILL.md @@ -42,10 +42,6 @@ Every generated field must include these tags: | `` | Mandatory | State the business "why" behind the field | | `` | Mandatory | Provide actionable guidance for the end-user. Must add value beyond the label (e.g., "Enter the value in USD including tax" instead of just "The amount") | -### XML Comments — NEVER Before Root Element - -**NEVER place XML comments (``) before the root `` element in metadata XML files.** Comments between the XML declaration and `` cause a `ConversionError` during deployment. Comments inside the root element are safe. - ### External ID Configuration **Trigger:** If the user mentions "integration," "importing data," "external system ID," or "unique key from [System Name]," set `true`.