mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-12 10:50:37 +08:00
standard tabs should have prefix
This commit is contained in:
parent
5569c5ab71
commit
1b41d3f25d
@ -121,7 +121,7 @@ Make applications and tabs visible to users:
|
|||||||
|
|
||||||
**CRITICAL - Tab Naming:**
|
**CRITICAL - Tab Naming:**
|
||||||
- Custom object tabs: MUST include the __c suffix (e.g., MyCustomObject__c)
|
- 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
|
- The tab name matches the object's API name exactly
|
||||||
|
|
||||||
## Step 6: Add Apex and Visualforce Access (Optional)
|
## Step 6: Add Apex and Visualforce Access (Optional)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user