feat: incorporate new guest user fix

This commit is contained in:
Scott Mo 2026-03-11 13:42:59 -05:00
parent 9eab580a0c
commit fd4b5be053

View File

@ -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).