more changes

This commit is contained in:
irisli 2026-03-13 14:30:53 -07:00
parent a10a32f10f
commit be276dadc9

View File

@ -59,6 +59,9 @@ Define field permissions for sensitive or custom fields:
- Required fields must NEVER appear in list of field permissions. Granting field-level security on required fields is not allowed by the platform and will cause deployment failure.
- Before adding any field, confirm from the object metadata that the field exists and is not required
- A field is required when its metadata contains `<required>true</required>`:
- Formula fields cannot be editable
- Master-detail fields are required fields on the child (detail) object
```xml
<fields>
<fullName>FieldName__c</fullName>
@ -114,9 +117,9 @@ Make applications and tabs visible to users:
- <visible> can be true or false
**Tab visibility options:**
- `Visible`: Always shown
- `Available`: Available but not default
- `Hidden`: Not visible
- `Visible`: The tab is available on the All Tabs page and appears in the visible tabs for its associated app. Can be customized.
- `Available`: The tab is available on the All Tabs page. Individual users can customize their display to make the tab visible in any app
- `None`: Not visible
**CRITICAL - Tab Naming:**
- Custom object tabs: MUST include the __c suffix (e.g., MyCustomObject__c)