Merge branch 'main' into first-site-creation

This commit is contained in:
Hemant Singh Bisht 2026-03-31 22:24:07 +05:30 committed by GitHub
commit 9b845ce7e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -154,6 +154,21 @@ Specify license requirements and record type visibility:
<default>true</default>
</recordTypeVisibilities>
```
## Step 8: Set Agent Access (Optional)
Enable access to Agentforce Employee Agents for users assigned to this permission set:
<agentAccesses>
<agentName>Sales_Assistant_Agent</agentName>
<enabled>true</enabled>
</agentAccesses>
Field requirements:
- agentName (Required): The developer name of the employee agent
- enabled (Required): Set to true to grant access, false to deny
Important:
- Agent names must match existing Agentforce Employee Agent developer names
## Validation Checklist