Blogs

  • Invoke Salesforce REST API from Apex

    “In the previous post, we discussed how Visualforce can be utilized to invoke Salesforce’s REST API. In this concise article, I will provide a brief code snippet to illustrate how Apex can be employed to make calls to Salesforce’s REST API. The initial and crucial step is to include your Salesforce instance URL in the…

    Read more…

  • Delving into Navigation Service within Lightning Web Components (LWC)

    Introduction: Within Salesforce Lightning Web Components (LWC), the Navigation Service proves to be a robust tool that empowers developers to seamlessly traverse various pages and components within their application. It offers an uncomplicated and user-friendly approach to managing navigation and directing user interactions. In this blog post, we will delve into the Navigation Service within…

    Read more…

  • force:refreshView (getRecordNotifyChange) within a Lightning Web Component

    We’re quite fond of the Lightning UI and the Aura feature (e.force:refreshview) that allows data updates on the current Lightning page, record, or component. We missed this functionality in LWC and observed many resorting to a combination of Aura and LWC to achieve it. However, starting Winter ’21, a new function has arrived in town!…

    Read more…