How to Log in into InGenius CTI from Salesforce?
1. Select InGenius from the utlity. 2. Enter the login credentials and click Connect button.
1. Select InGenius from the utlity. 2. Enter the login credentials and click Connect button.
1. Go to Leads Tab or open Lead record. 2. In InGenius make sure your status is Outbound. 3. Click Phone no on the lead to call.
Convert the attachments to files with the new Attachments to Files app from Salesforce Labs. AppExchange Link - https://appexchange.salesforce.com/appxListingDetail?listingId=a0N3A00000EHAmyUAH You can use the Attachments to Files tool to run bulk jobs ....
extends is for extending a class. implements is for implementing an interface. extends is for when you're inheriting from a base class (i.e. extending its functionality). implements is for when ....
Sample Code: Lightning Component: <aura:component implements="force:appHostable" controller="AccountListController" > <aura:attribute name="markers" type="Object[]"/> <aura:attribute type="Account[]" name="acctList"/> <aura:attribute name="mycolumns" type="List"/> <aura:handler name="init" value="{! this }" action="{! c.fetchAddr }"/> <div class="slds-grid slds-grid_vertical"> <div class="slds-col"> <lightning:datatable data="{! v.acctList }" columns="{! v.mycolumns }" keyField="id" hideCheckboxColumn="true"/> </div> <div class="slds-col"> <lightning:map mapMarkers="{! v.markers }"/> </div> </div> ....
1. Add the fields in the Change Set Components section. 2. Add the Profiles in Profile Settings For Included Components section.
1. Navigate to Setup –> Data –> Data Loader. 2. Download the data loader. 3. Install it following the wizard.Note:Make sure Command Line Tools and Samples option are selected in ....
1. Enable Enhanced Email in Salesforce. https://www.infallibletechie.com/2018/09/enhanced-email-in-salesforce.html 2. Open the Activity Timeline of the record where the email was sent. 3. Select Reply, Reply All, Forward actions to Reply, Reply ....
1. Go to App Manager. 2. Click Edit next to the App. 3. Select Utility Items. 4. Click Add Utility Item. 5. Select Open CTI Softphone.