mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-11 02:14:21 +08:00
fix: guest user name
This commit is contained in:
parent
8cef285089
commit
7834ce4fa9
@ -24,7 +24,7 @@ Use the `get_metadata_api_context` MCP tool:
|
|||||||
<includeHVUOwnedRecords>false</includeHVUOwnedRecords>
|
<includeHVUOwnedRecords>false</includeHVUOwnedRecords>
|
||||||
<label>Share Accounts With Site Guest</label>
|
<label>Share Accounts With Site Guest</label>
|
||||||
<sharedTo>
|
<sharedTo>
|
||||||
<guestUser>[site Guest User's nickname]</guestUser>
|
<guestUser>[site Guest User's CommunityNickanme]</guestUser>
|
||||||
</sharedTo>
|
</sharedTo>
|
||||||
<criteriaItems>
|
<criteriaItems>
|
||||||
<field>Name</field>
|
<field>Name</field>
|
||||||
@ -37,7 +37,7 @@ Use the `get_metadata_api_context` MCP tool:
|
|||||||
|
|
||||||
## Critical Requirements
|
## Critical Requirements
|
||||||
|
|
||||||
1. **SharedTo Element**: Must use `<guestUser>{site Guest User's nickname}</guestUser>` (not URL path prefix).
|
1. **SharedTo Element**: Must use `<guestUser>{site Guest User's CommunityNickanme}</guestUser>` (not URL path prefix).
|
||||||
2. **includeHVUOwnedRecords**: Required field. Set to `false` unless records owned by high-volume site users should be included.
|
2. **includeHVUOwnedRecords**: Required field. Set to `false` unless records owned by high-volume site users should be included.
|
||||||
3. **One XML file per object**: Put all rules for a given object in one file. Do not create additional.
|
3. **One XML file per object**: Put all rules for a given object in one file. Do not create additional.
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user