How to make Salesforce BULK API V1 Query request from PostMan?
Using PostMan client, we can make Salesforce Bulk API V1 create job, create batch, check batch status, close job and check job status requests. 1. Create a Connected App in ....
Using PostMan client, we can make Salesforce Bulk API V1 create job, create batch, check batch status, close job and check job status requests. 1. Create a Connected App in ....
External Services can be invoked from Flows. 1. Go to https://app.swaggerhub.com/home and Sign Up for Trial. 2. Create an API using "Create New API" option in Swagger. 3. Enter the ....
Custom Label Translations are stored in ExternalStringLocalization Entity. So, we can query using Tooling API. Custom Label Translations Sample SOQL: SELECT Id, ExternalStringId, ExternalString.MasterLabel, ExternalString.Value, Value, Language FROM ExternalStringLocalization WHERE ....
"Enforce login IP ranges on every request" in the Session Settings will enforce IP addresses in the Login IP Ranges for all the Salesforce access requests. If this option is ....
In order to build the Einstein BOT Model, we would need the following requirements: 1. There should be atleast 2 Intents(dialogues) and a minimum of 20uttrences for every Intent. 2. ....
Please check whether the following steps resolves the lightning.force.com redirected you too many times Salesforce Exception. 1. Clear all cookies from your browser. In Google Chrome, go to Privacy and ....
In order to display Salesforce Visualforce rendered as PDF in a Flow, use iFrame tag in the Lightning Web Component and add the LWC in Flow Screen Element. Sample Visualforce ....
Your request has been queued is thrown from Salesforce Web-to-Lead or Web-to-Case, when the following code is used in the Web-to-Case or Web-to-Lead form and record creation failed due to errors/exceptions. ....
localStorage.setItem() and localStorage.getItem() can be used to Get and Set localStorage variable in Salesforce Lightning Aura Component. Sample Code: Component: <aura:component implements="force:appHostable" > <aura:handler name="init" value="{!this}" action="{!c.init}"/> </aura:component> Component JavaScript ....
Exception: EXTERNAL_OBJECT_EXCEPTION: Your org exceeded the hourly limit for new rows retrieved or created. Try again later. If you still have trouble, contact your Salesforce admin. The maximum number of ....