-
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
From Raw Data to Real-Time Insights: How MuleSoft Consulting Services Powered Predictive Analytics
The global energy landscape faces major transformations. Modern energy providers must handle variable renewable inputs, aging distribution systems, and changing customer demand. To stay competitive,…
Debunking the Big 5 Myths about Salesforce Marketing Cloud
The Salesforce suite is a complicated platform. Your business, promoting, and client care groups can utilize it to make synchronized campaigns. It can follow your…
Learn All About The Features of Newly Launched Salesforce Lightning Platform
A Brief of Salesforce Lightning As per the announcement done by Salesforce in its Winter 17 release, Salesforce Lightning is the future CRM of Salesforce,…
Popular Salesforce Videos
Salesforce for Manufacturing: How to Digitize Your Sales Processes
As a manufacturing sales leader, you’re looking for ways to go digital with your sales processes and improve channel performance. In this video, you’ll learn…
Creating a Rollup Using DLRS | Salesforce Tutorial
In certain situations, an object does not support a roll-up, or the relationship is not permitted. Learn how to make it possible by using the…
Salesforce Admin Tutorial For Beginners
What is Salesforce Admin? Salesforce Admin is totally a Business Leader. Who should have in-depth knowledge, how the company operates. In designing all its Departments.…