Blogs

  • DataWeave and Apex: Simplifying Data Transformation

    Have you ever found yourself in a situation where you had to parse XML or CSV files in Apex? I’ve been there too, and we both know how challenging that can be! Well, guess what? Dataweave in Apex will be available in beta during Spring ’23. The best part? You’ll be able to experiment with…

    Read more…

  • Dependency API: Discover All Referenced Metadata!

    We are all quite familiar with dependencies when it comes to implementing a solution. Now, imagine you need to make changes to a solution you’ve implemented, and you’re uncertain about all the different metadata components being referenced, whether in an Apex class or a flow. Fortunately, luck is on your side. In Winter ’20, Salesforce…

    Read more…

  • Locate metadata references using the Salesforce Dependency API.

    When working on enhancements or user stories for the Salesforce application, we often introduce numerous new features. Before making modifications to the existing system, it is crucial to analyze the objects that are being referenced. Identifying these referenced objects is not always straightforward. Salesforce has addressed this challenge by introducing a new object called MetadataComponentDependency…

    Read more…