Blogs

  • Recommend Salesforce Knowledge Articles

    Offer users quick access to pertinent articles even before they initiate a search. Utilize the “Search.suggest(searchText, objectType, options)” method to provide a roster of Salesforce Knowledge articles whose titles correspond to a user’s search query. To enable the display of suggestions, make sure Salesforce Knowledge is enabled. For detailed setup instructions, consult the Salesforce Knowledge…

    Read more…

  • Generating and populating an Apex wrapper

    In Apex, being a statically typed language, you are typically required to choose a single object type per list when iterating. However, there are situations where you might want to iterate over a collection that contains multiple standard and custom objects together. In such cases, you can use a “wrapper class” to collectively encapsulate those…

    Read more…

  • Integrating Salesforce with Veriphone using the Rest API.

    In this blog, you’ll discover how to seamlessly integrate your Salesforce organization with Veriphone, a phone number validation tool. To begin, create a custom field within Salesforce to store the phone number’s validation status. Additionally, you’ll need to set up an account with Veriphone. Once you’ve signed up for Veriphone and successfully registered, you’ll receive…

    Read more…