mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-30 11:43:26 +08:00
W-21660521 feat: Agentforce Vibes - Unable to assign agent access in permission set (#145)
generating-permission-set agent access
This commit is contained in:
parent
f93a0d1137
commit
a07f23abbd
@ -154,6 +154,21 @@ Specify license requirements and record type visibility:
|
|||||||
<default>true</default>
|
<default>true</default>
|
||||||
</recordTypeVisibilities>
|
</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
|
## Validation Checklist
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user