Salesforce

Salesforce

Salesforce Careers

There are several Salesforce Career paths available. Choose your career path wisely per your interests. Career in Salesforce platform includes the following: Salesforce Developer: https://www.infallibletechie.com/2014/11/roles-of-salesforce-developer.html Salesforce Admin:  https://www.infallibletechie.com/2014/11/roles-of-salesforce-administrator.html Salesforce Business Analyst: ....

Salesforce

How to get Agent configured and assigned Omni-Channel Capacity using Salesforce Omni toolkit API?

getAgentWorkload() from Omni toolkit can be used to get Agent configured and assigned Omni-Channel Capacity. Sample Code: <aura:component implements="flexipage:availableForAllPageTypes" access="global" > <lightning:omniToolkitAPI aura:id="omniToolkit" /> <lightning:card> <lightning:button label="Get workload" onclick="{! c.getAgentWorkload }" ....