Help & Support

Elevate Your Agents with AgentExchange Solutions
Easily enhance Agentforce with pre-built AI solutions from AgentExchange. Browse, install, and deploy agents, actions, and apps directly into your environment. Tell Me More

Have Questions?

Record Assignment - Queues & Users by Cloud Orca

Easily prioritise, distribute, and assign the records used by your teams

Free  

Never requires payment

Try It
Business Need
Agent Productivity
Requires
Sales Cloud
Compatible With
Sales Cloud

Rating

Reputation

MVP
Recognized by Salesforce for their leadership, expertise, and generosity
Top Reviewer
Contribute reviews that encourage conversation and help others make informed decisions
Ranger
Lifelong learners who have earned the Ranger rank or higher on Trailhead
3
Lifetime average
Showing 1 of 1 Review
Sort by

ORCA "Queues & Users" — bug report

# Bug Report — "Queues & Users" (orcaQueues): Add Queue Member fails silently for non-admin operators ## Environment - **Package:** Queues & Users (namespace `orcaQueues`) - **Version:** Spring 2024 — 1.2.0.1 (VersionId `04t8d000000ZIh2AAG`) - **Org:** Production, Enterprise/Unlimited edition - **API version observed in Apex log:** 67.0 - **Component:** ORCA "Queues" tab/UI → queue detail → **Add Queue Member** - **Underlying Apex:** `orcaQueues.OrcaQueuesCont` / `orcaQueues.OrcaQueueDetailsCont' ## Summary When a user **without the `Modify All Data` permission** operates the "Add Queue Member" screen, clicking **Add** does nothing: the button flashes, **no error/toast is shown**, and the member is **not** added to the queue. The exact same action performed by a System Administrator (with `Modify All Data`) works correctly. The operation is being executed in the **running user's context** and the `GroupMember` insert is failing at the row level, but the failure is **swallowed** (no exception surfaced to the UI). This makes the tool appear broken with no feedback.