Blogs

  • Determine Object Type Based on Record ID Prefix

    Summary Standard and Custom Objects in Salesforce have three character prefixes which form the first part of the Record ID. For example, a User record with ID 00561000000Mjya has the prefix 005, which is the prefix for the User Object.  For a list of Standard Field Record ID prefixes, please see Standard Field Record ID Prefix Decoder. In…

    Read more…

  • sObjects Ineligible for DML Operations

    These objects do not support Data Manipulation Language (DML) operations in Apex, but they do allow for SOQL querying. Here is the list of such objects:

    Read more…

  • Facilitating Communication Across Salesforce UI Technologies with Lightning Message Service

    There are lot of issue in communication between Visual Force Pages, Lightning Component and Lightening Web Component.  We used to use Window object to communicate between these pages. Salesforce has introduce Lightning Message Service API in Winter’20 to communicate across the DOM, between Aura components, Visualforce pages, and Lightning web components. If application switching from Salesforce Classic to Lightning…

    Read more…