AI-201 · Question #175
Universal Containers implemented Agentforce for its users. One user complains that an Agent is not deleting activities from the past 7 days. What is the reason for this issue?
The correct answer is C. Agentforce does not have a standard Delete Record action.. Agentforce ships with a set of standard out-of-the-box actions, which include capabilities like creating records, updating records, querying records, and sending emails - but there is no standard Delete Record action. This is intentional, as delete operations carry significant da
Question
Universal Containers implemented Agentforce for its users. One user complains that an Agent is not deleting activities from the past 7 days. What is the reason for this issue?
Options
- AAgentforce does not have the permission to delete the user's records.
- BAgentforce Delete Record Action permission is not associated to the user.
- CAgentforce does not have a standard Delete Record action.
How the community answered
(20 responses)- A5% (1)
- B5% (1)
- C90% (18)
Explanation
Agentforce ships with a set of standard out-of-the-box actions, which include capabilities like creating records, updating records, querying records, and sending emails - but there is no standard Delete Record action. This is intentional, as delete operations carry significant data risk. If a business process requires an agent to delete records, a custom action must be built (for example, using an Apex class or an autolaunched Flow) and registered with the agent. The absence of a built-in delete action is the root cause of the reported issue, not a permissions problem or a missing permission set assignment.
Topics
Community Discussion
No community discussion yet for this question.