Blogs

  • Regular Expression For Escaping SOQL/SOSL Inputs

    User Narrative We aim to develop a table that incorporates search, sorting, and pagination features. In the upcoming posts, we’ll explore two approaches to achieve this, focusing on either server-side or client-side functionality. We’ll begin by addressing the fundamental aspect of searching, specifically writing our queries. If you prefer to jump directly to the regular…

    Read more…

  • How to get key prefix of an object using Apex in Salesforce

    GOAL SOLUTION GET OBJECT API NAME BASED ON RECORD ID GET OBJECT KEY PREFIX BASED ON OBJECT API NAME

    Read more…

  • Accessing The Parameters Of An External Credential In Salesforce Apex

    Named and External Credentials are essential components for establishing secure data connections within Salesforce. Named Credentials act as references to external endpoints, allowing the platform to authenticate and access resources securely without exposing sensitive information like passwords. On the other hand, External Credentials help enhance security by abstracting authentication details from the integration code. This…

    Read more…