#apexsecurityrest
Explore tagged Tumblr posts
sunilkhuwal · 11 months ago
Text
How to call Future methods from Batch?
Yes you heard it/seen it right, we cannot make call to the future methods directly from the batch, if you do then, the batch will fail with error that you cannot make call to the future methods from Batch. 00:03:41:690 EXCEPTION_THROWN [41]|System.AsyncException: Future method cannot be called from a future or batch method:…
Tumblr media
View On WordPress
0 notes
sunilkhuwal · 11 months ago
Text
How to resolve Salesforce ActivityHistory Query Issue?
We have sometimes need to get the data from Activity History that is lined up on each object detail page which can be used to track the Email, Appointment, meetings or phone calls. Now Salesforce doesn’t allow this direct quering of this object for any matter of reason, could be data bulk size that can hit as this is a general purpose object available in almost all standard or custom objects in…
Tumblr media
View On WordPress
0 notes
sunilkhuwal · 1 year ago
Text
Fixing issues while Authorising Salesforce org with vscode
We get to a new project and first thing we need to do is to get the access to the resources and setup the development environment. In this Post, I am going to explain what all things need to be setup before we start working on the Salesforce org. Install the VSCode, this can be downloaded from the official website and then you can install it Link Install the required Extensions. Here you need…
Tumblr media
View On WordPress
0 notes