Blogs
-
Discovering Apex Classes that are not in use using the Tooling API and MetadataComponentDependency.
Can I use the Tooling API and SOQL to identify Apex Classes (or fields or any other metadata) within the org that are not being utilized or referenced? Upon executing I anticipated discovering null values for independent classes, but I couldn’t find any. As a result, I attempted the following approach. This approach also proved…
-
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…
-
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…