Blogs

  • Efficient Way to Access Custom Metadata Type in Apex

    getAll() to get Custom Metadata Type Records Now let see how we can get Custom Metadata Type records with getAll() method. getInstance() to get Custom Metadata Type Record What about if you don’t need to get all record and need to access only single record? In that case you can use the getInstance() method.

    Read more…

  • Guest site user causing TEMPLATE_NOT_FOUND error

    You may get this error that email is not being sent when guest user is creating record (ex. Case creation, self registration etc.) – Error can be as “Submission Error: The record couldn’t be saved because it triggered an email alert that failed. Please contact salesforce.com Customer Support.” like https://salesforce.stackexchange.com/questions/343779/guest-user-cannot-send-vf-email-template-while-having-access-to-objects-fields Actually, it’s security measure taken…

    Read more…

  • What is Hyperforce in Salesforce

    1. Hyperforce is a major infrastructure-level change. Instead of managing first party data centers, Salesforce will leverage major public clouds (AWS to begin with) to offer different salesforce services.2. Customers don’t have to worry about existing customizations or integrations in their orgs. In short, If it works today, it will work when their orgs are…

    Read more…