-
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
10 Warning Signs Your Salesforce Implementation Is Heading for Disaster
Salesforce is a powerful Customer Relationship Management (CRM) tool that helps businesses streamline operations, enhance customer interactions, and drive business growth. However, the journey from…
How Salesforce Revenue Cloud Can Drive Revenue Growth Across Sales and Finance Through Revenue Operations (Revops)
In today’s business landscape, companies across the globe are redefining their sales and finance revenue operations (RevOps) to meet fluctuating customer requirements and fluid market…
An Ulitmate Guide: Marketing Cloud In Salesforce And Its Benefits
As a marketer, do you often wish for an automated platform to streamline activities like lead generation, campaign management, handling marketing tasks, and tracking? Salesforce…
Popular Salesforce Videos
Developer Preview Live - Release Readiness Live, Winter '22 | Salesforce
The Winter ’22 release is packed full of features to help developers solve key business problems fast. Join us to learn from Product Managers and…
Salesforce Checkout: Manage Your Subscription & Buy Licenses
Watch this video to understand how to manage your Salesforce subscription and buy licenses on your own. This makes an easy process even easier, this…
What is a Salesforce PDO Partner?
Salesforce market is growing very fast these years. It is estimated that in 2021 the Salesforce ecosystem will be worth around 100 billion U.S. dollars.…