Posted on February 9, 2018 2 Comments
How to generate Email-to-Case thread id inside template: Generate the thread Id Send customEmail and Add ThreadId Putting it all together
Posted on May 2, 2014 Leave a Comment
This trigger is used to track and score sales rep activities as they complete Account fields. Account Trigger Handler to Track specific field updates by sales rep and give points for based on which field was completed. Account Trigger Handler calls the SalesRepActivityScoring class to loop through all the accounts see which fields have been […]
Posted on April 4, 2014 1 Comment
Updating a case priority of a case when you receive a email with some words in the body that will make it more important. By looking at the words you can update the priority to high so Support reps can faster attend to those cases
Posted on February 17, 2014 Leave a Comment
Exporting of Database records to csv can be done using: 1. OpenCSV CSVWriter 2. FileWriter 1. OpenCSV CSVWriter 2. FileWriter
Posted on February 15, 2014 2 Comments
Implement SessionRenewer Test SessionRenewer
Posted on January 15, 2014 1 Comment
I have been reading a few blogs and posts of the forums on how to solve the database locking error I sometime get when running @future methods. The reason for the error is that some other system or user has already locked the record and now you want access to the record. This is denied […]
Posted on December 4, 2013 1 Comment
Cloudsole Developer is an easy way to develop Salesforce apex classes, triggers, components and visualforce pages. It uses the salesforce API to access your code in a safe and secure way. Some of the functionality of the IDE: Create new Apex Triggers Classes, Visualforce Pages & Components Select from a list of predefined templates to create class stubs Code […]
Posted on November 20, 2013 Leave a Comment
Exposing Force.com RESTful Services using Swagger. Try it live: http://force-com-rest-swagger.herokuapp.com Fork my project https://github.com/thysmichels/force.com-swagger-rest-spring-mvc Here are some photos from the event: Presentation attached: DF13_Exposing Salesforce REST Service using Swagger Youtube video: