Blogs
-
Transfer Data To A New Opportunity Using Apex
Last year, I authored a post detailing the method of transferring values to a new opportunity using the URL. This post serves as an alternative approach to achieving the same objective of automatically populating values to a new record, but this time utilizing Visualforce and an Apex Class controller. For our demonstration, we’ll make some…
-
RecordType Utility Apex Class
I prefer organizing Apex methods according to the specific objects they relate to. This practice aids in code troubleshooting and, in the long run, minimizes the overall code volume within a Salesforce organization. As an illustration, developers operating in Enterprise-level or larger organizations frequently encounter the need to retrieve record types for a particular object.…
-
Show All Days For Monthly Time Tracking
We incorporate time allocation in our client invoices at the end of each month. The time tracking data resides in a custom object within our Salesforce org, and we typically generate a report and export it to send to clients during the billing process. This export, usually in the form of a spreadsheet, includes details…