-
Created a class for process builder but couldn't find the class when selecting the apex in add action section?
public with sharing class ProcessBuilderApexClass {
public static void PerformAction(list<Id> IdOfLeads){
list<Lead> leadList = new list<Lead>();
system.debug('IdOfLeads::::'+IdOfLeads);
leadList = [select id from lead where id IN: IdOfLeads];}
}Please help me out in this.
Log In to reply.
Popular Salesforce Blogs
Guide to CPQ Tools in Salesforce: Find the Perfect Fit for Your Business
Ever spent hours crafting a quote in Salesforce, only to realize you forgot a discount or made a pricing error? You're not alone. Manually building…
Key Management in Shield Platform Encryption | Salesforce Security Guide
Shield Platform Encryption licenses Salesforce head to deal with the life cycle of their information encryption keys while shielding those keys from unapproved access. To…
What Does a Salesforce Admin Do and Why Do You Need One?
Salesforce is the world’s number one customer relationship management (CRM) platform. Nowadays, more than 150,000 companies use Salesforce to grow their businesses, which has made…
Popular Salesforce Videos
Algoworks is Now a Salesforce Gold Partner
Being just a registered partner back in 2013, the journey to striking Gold in 2020 has been long. On the way to getting that Gold,…
4 Benefits Of Customized Salesforce Services
Salesforce is a fantastic CRM, but the truth is that the off-the-shelf version is nothing compared to the power of Salesforce once you customize it.…
In App Guidance | Salesforce Tutotial
In this video, we take a look at one of the new features from the Salesforce Summer '19 release - In-App Guidance. We explain what…