mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-11 10:29:07 +08:00
more changes
This commit is contained in:
parent
a10a32f10f
commit
be276dadc9
@ -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.
|
- 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
|
- 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>`:
|
- 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
|
```xml
|
||||||
<fields>
|
<fields>
|
||||||
<fullName>FieldName__c</fullName>
|
<fullName>FieldName__c</fullName>
|
||||||
@ -114,9 +117,9 @@ Make applications and tabs visible to users:
|
|||||||
- <visible> can be true or false
|
- <visible> can be true or false
|
||||||
|
|
||||||
**Tab visibility options:**
|
**Tab visibility options:**
|
||||||
- `Visible`: Always shown
|
- `Visible`: The tab is available on the All Tabs page and appears in the visible tabs for its associated app. Can be customized.
|
||||||
- `Available`: Available but not default
|
- `Available`: The tab is available on the All Tabs page. Individual users can customize their display to make the tab visible in any app
|
||||||
- `Hidden`: Not visible
|
- `None`: Not visible
|
||||||
|
|
||||||
**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)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user