From 6f19acde5afcb6ea06fb34364fc414ae9aa319ee Mon Sep 17 00:00:00 2001 From: "ysachdeva@salesforce.com" Date: Thu, 12 Mar 2026 17:58:40 +0530 Subject: [PATCH] updated for standard objects --- skills/salesforce-custom-tab/SKILL.md | 92 +++------------------------ 1 file changed, 8 insertions(+), 84 deletions(-) diff --git a/skills/salesforce-custom-tab/SKILL.md b/skills/salesforce-custom-tab/SKILL.md index 7fcac26..d10861f 100644 --- a/skills/salesforce-custom-tab/SKILL.md +++ b/skills/salesforce-custom-tab/SKILL.md @@ -27,99 +27,27 @@ Custom tabs for navigating to objects, web content, or Visualforce pages within ## ⚙️ Required Properties ### Core Tab Properties -- **customObject**: `true` for custom object tabs, `false` for standard object and all others. -- **motif**: Tab icon style — choose a motif that semantically matches the object's purpose. Do NOT reuse the same motif for every tab. -- **label**: Display name (required for non-object tabs ONLY; object tabs inherit label from the object) +- **label**: Display name of the tab +- **fullName**: API name of the object (for object tabs) - **url**: Web URL (for web tabs) - **page**: Visualforce page name (for Visualforce tabs) - -### 🚨 STRICT ELEMENT ALLOWLIST — READ THIS FIRST - -**The root element MUST always be `` (NOT ``).** The XML namespace must be `xmlns="http://soap.sforce.com/2006/04/metadata"`. - -Only the elements listed below are valid. **Any element not on this list WILL cause a deployment error.** - -| Tab Type | ONLY these elements are allowed (nothing else) | -|---|---| -| **Object tabs** | `` (required, set to `true`), `` (required), `` (optional) | -| **Web tabs** | `` (required, set to `false`), `