-
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 6 years, 2 months ago by
Deepak.
-
This discussion was modified 6 years, 2 months ago by
Log In to reply.
Popular Salesforce Blogs
Use of Business unit in Salesforce Marketing cloud
Use of Business unit in Marketing cloud Business unit - By using Business unit we can give the Access of users According to our requirements…
Why Salesforce Manufacturing Cloud Monitors Vendor Parts Arrivals Before Lines Stop
Factories lose millions from production stops. Vendor delays cause 30% of downtime. Manufacturers track 5000+ parts yearly. Late deliveries hit 25% of orders. Production lines…
Salesforce for Nonprofits: Problems, Use Cases, and Tips
Each NGO has an impactful mission that helps transform the society we live in. However, the path to success holds a lot of difficulties that…
Popular Salesforce Videos
How can Salesforce Field Service Help in Providing a Better Customer Experience?
Salesforce Field Service Management automates and optimizes the work of field service workers (agents, dispatchers, mobile technicians). It is part of the Service Cloud and…
Salesforce Spring 22 Release Dates and Preview!
Watch this video to learn about the Salesforce Spring 22 Release Dates and Preview. Timecodes 0:00 - Intro & Overview 1:32 - Spring 22 Release…
Salesforce with Google Drive Integration
The Agenda of today's video is how to connect google drive with Salesforce using files connect. This Video is new in our learning video series…