Which Salesforce objects can this route?+
Any standard or custom Salesforce object. Leads, cases, opportunities, work orders, applications, claims, partner submissions, and any team-defined object are all supported through declarative configuration.
How is this different from native assignment rules?+
Native assignment rules cover leads and cases only, with single-criterion routing. The workflow inside Ortoo Orchestrator runs on any object, applies multi-factor logic in one step, and considers real-time capacity.
Do we still need Apex or Flow for custom routing?+
Not for the routing decision itself. The workflow handles routing logic declaratively. Apex and Flow remain useful for downstream side-effects, but the assignment decision is configured by ops in Salesforce setup.
How does this work with Email-to-Anything?+
Email-to-Anything captures inbound email as a Salesforce record on any object. The routing workflow then assigns the new record to the right owner based on the configured rules, all in the same intake-to-assignment step.
Can operations teams adjust rules per object without code?+
Yes. Each object has its own routing configuration inside Salesforce setup. Ops adjusts the rule for any object without engineering involvement and without affecting other objects' routing.
What happens when no owner matches the criteria?+
The workflow defines the fallback explicitly. Common patterns are queueing to a holding pool, escalating to a manager, or relaxing one criterion at a time until a match is found.
Is routing data reportable in standard Salesforce reporting?+
Yes. Every routing decision is logged with the inputs that drove it, the matched owner, and the timestamp. Standard reports and dashboards pick it up automatically across every object the workflow handles.