Update ValidationRule SKILL.md (#32)

* Update ValidationRule SKILL.md

* Update SKILL.md
This commit is contained in:
Jasmine Kaur 2026-03-12 19:35:10 +05:30 committed by GitHub
parent dcedc58cde
commit 8e70f5341e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -67,3 +67,6 @@ Validation Rules are declarative metadata components used to enforce data qualit
2. Interpretation of "Update" Instructions. When receiving instructions to modify a formula, distinguish between a replacement and an addition:
- "Update the formula to [Action]": Completely replace the existing formula logic with the new requirement.
- "Update the formula to also [Action]": Keep the existing logic and append the new requirement (usually by wrapping the logic in an AND() or OR() function).
3. File Format Requirement
- Validation rule files MUST always use the `.validationRule-meta.xml` extension.