Blogs

  • A tale of Salesforce API and when to use them

    API NAME PROTOCOL DATA FORMAT COMMUNICATION REST API REST JSON, XML Synchronous SOAP API SOAP (WSDL) XML Synchronous Chatter REST API REST JSON, XML Synchronous (photos are processed asynchronously) User Interface API REST JSON Synchronous Analytics REST API REST JSON, XML Synchronous Bulk API REST CSV, JSON, XML Asynchronous Metadata API SOAP (WSDL) XML Asynchronous…

    Read more…

  • Case New Page in community: Detect Replay – Spam Protection using Google captcha

    It’s very easy to find out endpoint and payload that create Case when you click “Submit” (or any button that create Case) – After that a CURL request can be made and thousands of Cases can be created in a few minutes. There is no out of the box way in Salesforce but we can prevent…

    Read more…

  • Compare two profiles in Salesforce: Possible Options

    Heroku Comparator App There is a very good Heroku app for the same: https://perm-comparator.herokuapp.com/ PROS: Very easy to compare multiple profiles and produce a comparison table. CONS: Runs on Heroku server – Security concern. Also, do not give next level drill down like FLS check, apex classes AppExchange Packages Bulk Object Field Creator: https://appexchange.salesforce.com/appxListingDetail?listingId=a0N30000000qDqqEAE Profile…

    Read more…