About 50 results
Open links in new tab
  1. What is dreamforce? - Salesforce Stack Exchange

    Dreamforce is the annual Salesforce convention. It is not a piece of software within the Salesforce product line. It provides opportunities to hear from knowledgable speakers about upcoming features, …

  2. Batch Apex error: Method does not exist or incorrect signature: void ...

    Jun 30, 2022 · Your test method erroneously creates and tries to execute a LeadProcessorTest instance instead of a LeadProcessor instance.

  3. Is there a dreamforce 2013 session list? - Salesforce Stack Exchange

    Oct 7, 2013 · Has anyone created a dreamforce 2013 session list spreadsheet that they are willing to share? In the dreamforce chatter they've been saying that the session list will only become available …

  4. Why is my Batch Apex test skipping the entire execute method?

    Mar 27, 2021 · testLeadProcessor() and test() are separate unit tests, which execute in separate, isolated test data contexts. The Leads inserted will not be visible to test() because they're inserted in …

  5. Salesforce Dreamforce 2014 sessions recording

    Oct 25, 2014 · The Dreamforce '14 sessions are available here. Specifically, you can filter on Developer and Architect sessions. Some great sessions I attended include: Advanced Apex Enterprise Patterns …

  6. apex - Exception on insert - Salesforce Stack Exchange

    Oct 21, 2016 · You'll need to complete a few actions and gain 15 reputation points before being able to upvote. Upvoting indicates when questions and answers are useful. What's reputation and how do I …

  7. Batch Apex to update field in lead object - Salesforce Stack Exchange

    Feb 3, 2017 · I want to update lead source field to say Dream force on all of my leads. following is the code that I have developed. for some reason it is not going inside for loop. global class LeadProcessor

  8. how to execute batch apex - Salesforce Stack Exchange

    Nov 8, 2016 · Want to improve this question? As written, this question is lacking some of the information it needs to be answered. If the author adds details in comments, consider editing them into the …

  9. Lead Batch job Trailhead - test class not using class?

    I have been trying to do the Batch job trailhead module, but am receiving 2 errors for my LeadProcessorTest class - please help? Errors Line 9 - Field is not writeable: Lead.Name Line 22 -

  10. Method does not exist or incorrect signature: void schedule(String ...

    I am working on the Schedule Jobs Using the Apex Scheduler module, and I am getting the below error: Method does not exist or incorrect signature: void schedule (String, String, DailyLeadProcessor...