-
What other method we can apply to access id instead of giving direct id in Salesforce?
public class sample { public Boolean batchStatusBool {get;set;} public String batchStatus {get;set;} public integer batch1 {get;set;} public integer batch2 {get;set;} Id batchId; public Boolean pollerBool {get;set;} public sample() { batchStatusBool = false; pollerBool = false; } public void callAcctUpdateBatch() { batchStatusBool = true; updatecontact obj = new updatecontact(); checkBatchStatus(); } public void checkBatchStatus() { AsyncApexJob job = [SELECT Id,totaljobitems,Status,NumberOfErrors FROM AsyncApexJob WHERE Id ='7072w000002G7IP']; batchStatus = job.Status; batch1 = job.totaljobitems; batch2 = job.NumberOfErrors; if(batchStatus == 'Completed') { pollerBool = false; } else { pollerBool = true; } } }
What other method we can apply to access id instead of giving direct id?
- This discussion was modified 4 years, 11 months ago by Deepak.
Log In to reply.
Popular Salesforce Blogs
Platform Events in Salesforce | The Ultimate Guide
Platform events are an essential part of the Salesforce platform. These events are custom-defined objects that enable real-time data sharing among different Salesforce components and…
New AI-Powered Salesforce Education Cloud to Boost Student Success
A few days ago, Salesforce unveiled its new AI-powered Salesforce Education Cloud. This includes Intelligent Degree Planning and Skills Generator, designed to help institutions provide…
Salesforce Single Org or Multi-Org – What is your Salesforce Architecture?
While setting up a Salesforce architecture or assessing the performance of an existing organization, the most perplexing question that haunts anyone is to decide between…
Popular Salesforce Videos
Build a Discount Calculator | Trailhead - Autolaunched Flow Salesforce Example
In this video, I'm creating a Discount Calculator with the help of Salesforce Flow to Automate Your Business Processes with Lightning Flow. So it's a…
5 Benefits of Integrating Mulesoft Into Your Business | Salesforce Integration
The MuleSoft integration solution has provided visionaries throughout the world with the power to connect all their data, systems, and devices seamlessly. Swipe to know…
Hands-on Experience in Salesforce
How to get Hands-on experience in Salesforce? Watch this video to learn all about it.