Skip to content

infallibletechie/Route-the-Work-to-the-specific-Agent-using-Omni-Channel-in-Salesforce-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Route the Work to the specific Agent using Omni-Channel in Salesforce?

Sample Code to call the method: List < Case > listCases = [ SELECT Id, Preferred_User__c FROM Case WHERE Id = '5005w00001fqspyAAA' ]; OmniChannelRoutingController.routeToPreferredAgents( listCases, 'Case' );

For additional information, check the below link https://www.infallibletechie.com/2020/12/how-to-route-work-to-specific-agent.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages