How to avoid collecting First Name, Last Name, Email in Salesforce Einstein Bot?
Disable Pre-Chat Page in the Embedded Deployment. Output:
Disable Pre-Chat Page in the Embedded Deployment. Output:
Sample Code: @RestResource(urlMapping='/AccountRESTAPI/*') global class AccountRESTAPIController { @HttpGet global static Account fetchAccount() { Account objAccount = new Account(); RestRequest req = RestContext.request; String accNum = req.params.get( 'accNum' ); return [ ....
If you face "Error: User does not have access to this service provider" exception, then the Profile doesn't have access to the Connected App create as part of the Single ....
Default Record Types: A user’s default record type is specified in the user’s profile. Users can view their default record type and edit record type selection in personal settings. You ....
Task and Event objects are part of Activity. Activity is available in Object Manager to add fields for Task and Event objects. You cannot create fields directly in Task and ....
Custom Permission: HTML: <template> <lightning-card> <lightning-input type="toggle" label="Test Permission" checked={isTestPermEnabled} disabled> </lightning-input> <lightning-input type="toggle" label="View All Data Permission" checked={isViewAllDataEnabled} ....
To review a current list of Salesforce supported certificates, you can append /cacerts.jsp to any instance URL. Syntax: https://INSTANCE.salesforce.com/cacerts.jsp Example: https://cs32.salesforce.com/cacerts.jsp Note: Salesforce trusts only root certificate authority (CA) certificates, ....
Salesforce allows only up to five batch jobs to run at a time, i.e. to be in a “Processing” status. When this limit is hit, jobs that are submitted are ....
1. If it is a record creation specific Quick Action, check the following:a. Make sure the user have edit access to the record.https://help.salesforce.com/s/articleView?id=000340216&type=1b. Make sure the user's profile have Read ....
1. Create a Report with Users as the Report Type. 2. Add Source IP Address to the Report.