-
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
What is Single Sign On (SSO)? How does it work in Salesforce?
Single Sign On by the name it is could be easily understood that single credentials to access multiple applications. It is a session service plus…
Don't Miss to Check Out The Top Salesforce Trends In 2022
Salesforce is taking its strength in cloud computing to a new level. It gained market share by making an easy to use and affordable software…
Popular Salesforce Videos
What are the Objects in Salesforce?
What is the difference between Profile Vs Permission Set? Salesforce Interview Questions and Answers by CRS Info Solutions. Watch this video to learn more. Read…
Salesforce To Salesforce Integration Using REST API
Salesforce to Salesforce integration using REST API. In this video, you will learn how two Salesforce Orgs can be integrated using REST API. This tutorial…
Getting Business Insights From Telephony Data in Salesforce
Big Data, Data Analytics and Data mining are big terms that often sound like they are only for the ‘giant corporation‘ and put people off…