Blogs
-
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…
-
Encryption And Decryption Using The Crypto Class
Ensuring platform security is crucial. Whether you’re developing a composite application for the AppExchange, creating integrations with open authentication (OAuth), or simply connecting Salesforce with an internal system/platform, it can raise concerns for your security team. However, the Salesforce Crypto class is designed to alleviate these concerns. We incorporate Salesforce encryption/decryption logic regularly in many…