Blogs

  • Configurable Record Picker In Lightning Web Component

    Creating a configurable record picker in Lightning Web Component has been traditionally achieved through custom lookup components, like the Generic Multi-Select Lookup Component, for multi-record selection. While such components remain relevant for multiple-record selection, Salesforce introduced the lightning-record-picker control to simplify the selection of single records within custom LWC (Lightning Web Component) screens. This new…

    Read more…

  • GraphQL Query Generation In Salesforce Apex

    GraphQL has the capability to fetch data from numerous sources within a solitary query. This diminishes the need for multiple HTTP requests, thereby lowering latency and enhancing performance, particularly on mobile devices and those with low bandwidth. To retrieve data, we need to create SQL queries in GraphQL format. In this article, we’ll construct a…

    Read more…

  • Showing Tabular Data Using GraphQL In Lightning Web Component

    GraphQL enhances web development by streamlining data fetching, offering enhanced flexibility for frontend requirements, simplifying backend development, enhancing developer experiences, supporting real-time data, and fostering technology agnosticism. These advantages position it as a valuable tool in contemporary web development. This article focuses on data retrieval using GraphQL within the Lightning Web component, showcasing data in…

    Read more…