-
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
Stripe ACH Integration with Salesforce
During our previous conversation, we discussed how Stripe has changed the world of Online Payments in recent years. We also discussed that when we couple it…
Salesforce Security Model - Explained
Salesforce Security Model Salesforce Security Model Classification. Security in Salesforce is broadly classified in two sorts. They are System Level Security. Application Level Security. System…
Salesforce Einstein Analytics - a brief overview and comparison with SAP Analytics Tools and Microsoft Power BI
What is Einstein Analytics and how it will support for your business to reach to the next level? Normally the people who are controlling the…
Popular Salesforce Videos
Top 5 Features Salesforce Winter Release '21
Even though we're in the middle of one of the strangest summers in our lives, we can rely on one constant: releases from Salesforce. It's…
Done With Training But Not Getting Salesforce Interview Calls, What To Do?
To sum up, choosing a Salesforce Career will be a better option than any other profession seeing the opportunities that it is creating in the…
Stephen Merity - Really Quick Questions with a Salesforce Researcher
Stephen Merity is a senior research scientist working on deep learning in San Francisco with Salesforce Research via the MetaMind acquisition. He's been lucky enough…