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`.