From 1b41d3f25d069b37db2ac23a57a7c39053f880de Mon Sep 17 00:00:00 2001 From: irisli Date: Thu, 12 Mar 2026 13:13:54 -0700 Subject: [PATCH] standard tabs should have prefix --- skills/generate-permission-set/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/generate-permission-set/SKILL.md b/skills/generate-permission-set/SKILL.md index d7e48e1..5bfdffc 100644 --- a/skills/generate-permission-set/SKILL.md +++ b/skills/generate-permission-set/SKILL.md @@ -121,7 +121,7 @@ Make applications and tabs visible to users: **CRITICAL - Tab Naming:** - Custom object tabs: MUST include the __c suffix (e.g., MyCustomObject__c) -- Standard object tabs: Use the object name without modification (e.g., Account, Contact) +- Standard object tabs: Use the object name with "standard-" prefix (e.g., standard-Account, standard-Contact) - The tab name matches the object's API name exactly ## Step 6: Add Apex and Visualforce Access (Optional)