-
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
Top 10 Salesforce Apps that Your Company Needs
Enterprise mobile apps are gaining ground as more and more Salesforce teams are taking advantage of the cloud-based services in the enterprise space. This saves…
The Journey Towards Predictive Lead Scoring With Salesforce Einstein
What is Lead Scoring? Sales and marketing departments have actively started counting on lead scoring because it helps them save money and time by enabling…
Schema Class in Salesforce Apex | The Developer Guide
INTRODUCTION: Schema is a Namespace which is referred as Database. This namespace contains some classes and their methods to provide metadata information of Schema. Schema…
Popular Salesforce Videos
How Salesforce Supports Military Families
Join Rachel Dishman, Lead Solution Engineer at Salesforce, as she discusses the ways that Salesforce supports military families. By tuning in, you'll hear more about…
Top 5 FAQs' of Salesforce Commerce Cloud
Salesforce Commerce Cloud, formerly known as Demandware, is a user-friendly and streamlined e-Commerce platform designed with a simple goal to help a company expand its…
How Salesforce is Paving The Way To Greater Digital Transformation
Digital transformation success is often a question of speed & implementation. Companies know how important technology is to their business, but can they evolve and…