Skip to content

Commit 46686e2

Browse files
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
1 parent 58ff553 commit 46686e2

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

skills/salesforce-custom-field/SKILL.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ Every generated field must include these tags:
4242
| `<description>` | Mandatory | State the business "why" behind the field |
4343
| `<inlineHelpText>` | 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") |
4444

45-
### XML Comments — NEVER Before Root Element
46-
47-
**NEVER place XML comments (`<!-- ... -->`) before the root `<CustomField>` element in metadata XML files.** Comments between the XML declaration and `<CustomField>` cause a `ConversionError` during deployment. Comments inside the root element are safe.
48-
4945
### External ID Configuration
5046

5147
**Trigger:** If the user mentions "integration," "importing data," "external system ID," or "unique key from [System Name]," set `<externalId>true</externalId>`.

0 commit comments

Comments
 (0)