Blogs

  • Design Properties in LWC using XML file

    Requirement In this post, we are going to explore how can we create design properties in lightning web components. It gives ability to setup some basic default setting while dragging the LWC anywhere. Practically, it is super helpful in experience cloud/community development. Example In below given example, we want to pass the recordId dynamically from…

    Read more…

  • Get the SObject Name from Record Id in Apex

    To retrieve the name of the object from a record’s Id in Apex, you can use the Id.getSObjectType() method. This method helps identify the type of Salesforce object associated with a given record Id. Steps to Get the Object Name from Id 1. Use getSObjectType() The Id.getSObjectType() method returns the Schema.SObjectType for the given Id.…

    Read more…

  • How to bypass two factor authentication for Salesforce login?

    Problem Workaround

    Read more…