mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-12 02:49:15 +08:00
feat: incorporate new guest user fix
This commit is contained in:
parent
9eab580a0c
commit
fd4b5be053
@ -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 developer name]</guestUser>
|
<guestUser>[site Guest User's nickname]</guestUser>
|
||||||
</sharedTo>
|
</sharedTo>
|
||||||
<criteriaItems>
|
<criteriaItems>
|
||||||
<field>Name</field>
|
<field>Name</field>
|
||||||
@ -35,8 +35,6 @@ Use the `get_metadata_api_context` MCP tool:
|
|||||||
</SharingRules>
|
</SharingRules>
|
||||||
```
|
```
|
||||||
|
|
||||||
Refer to General Tip #1 to get the site developer name.
|
|
||||||
|
|
||||||
## Critical Requirements
|
## Critical Requirements
|
||||||
|
|
||||||
1. **SharedTo Element**: Must use `<guestUser>{siteName}</guestUser>` where `{siteName}` is the Network name (not URL path prefix).
|
1. **SharedTo Element**: Must use `<guestUser>{siteName}</guestUser>` where `{siteName}` is the Network name (not URL path prefix).
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user