Dynamic SOSL
Dynamic SOSL refers to the creation of a SOSL string at run time with Apex code. Dynamic SOSL enables you to create more flexible applications. Sample SOSL: String strName = ....
Dynamic SOSL refers to the creation of a SOSL string at run time with Apex code. Dynamic SOSL enables you to create more flexible applications. Sample SOSL: String strName = ....
To deploy Compact Layout in Salesforce using ANT tool, include the Compact Layout, Record Type and the Profile. Use the following sample package.xml to retrieve and deploy Salesforce Compact Layouts. ....
Go to the user record and select new in Authentication Settings for External Systems section. Cheers!!!
The Apex Flex queue enables you to submit up to 100 batch jobs for execution. Any jobs that are submitted for execution are in holding status and are placed in ....
Queueable Apex is similar to future methods, but provide additional job chaining and allow more complex data types to be used. Queueable Apex allows you to submit jobs for asynchronous ....
The reason why objects can’t be passed as arguments to future methods is because the object can change between the time you call the method and the time that it ....
If you face "OAuth token expired" in Salesforce, go to the External Data Source, edit it and just save it. Even after following the above step, still if you face ....
1. Enable Files Connect - https://www.infallibletechie.com/2016/08/how-to-enable-salesforce-files-connect.html 2. Create a Permission Set with User License None. 3. Go to System Permissions and select "Files Connect Cloud". 4. Assign the Permission Set to ....
1. Click "Go to APIs Overview". 2. Click "Enable API". 3. Click "Drive API". 4. Click "Enable". Cheers!!!
1. Go to External Data Sources. 2. Click "New External Data Source". 3. Enter the details as below and Save. 4. Use the below link if the Identity Type is ....