SMShamina M.insha17.hashnode.dev·Sep 2, 2025 · 6 min readDiscovering dataimporterHow it all started Did you ever find it fun to do a data migration for a Salesforce project?Hmm, pretty sure the answer is mostly “No” and I can agree on this.But I actually found it fun after discovering dataimporter tool. From no CSV/Excel files ma...00
SMShamina M.insha17.hashnode.dev·Apr 10, 2025 · 2 min readFind the Salesforce Org from Org IdIntroduction Those who work on many Salesforce environments over time, have surely received an email from Salesforce about a notification for a specific org Id but with no other indication which Salesforce org it relates to.Most of the time the org I...00
SMShamina M.insha17.hashnode.dev·Apr 7, 2025 · 8 min readLWC Data table with GraphQLWhat is GraphQL ? GraphQL for Salesforce is a data query formatted in a JSON-like structure to send and retrieve data from Salesforce database. Depending on the use case, GraphQL wire adapter in a LWC can eliminate the need for server call in Apex. H...00