From 8e70f5341e4f8ff3d4c90181a7803c67d2c62428 Mon Sep 17 00:00:00 2001 From: Jasmine Kaur Date: Thu, 12 Mar 2026 19:35:10 +0530 Subject: [PATCH] Update ValidationRule SKILL.md (#32) * Update ValidationRule SKILL.md * Update SKILL.md --- skills/salesforce-validation-rule/SKILL.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/skills/salesforce-validation-rule/SKILL.md b/skills/salesforce-validation-rule/SKILL.md index aa01129..cf208f2 100644 --- a/skills/salesforce-validation-rule/SKILL.md +++ b/skills/salesforce-validation-rule/SKILL.md @@ -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.