• CLI tool to transfer system data between environments

    Today I wanted to share an useful tool that I built few months ago to work across environments of the same instance. The CLI System Data is a command line tool built to simplify some of the data transferring tasks between environments of the same system…
  • Bulk Upsert REST API for data loads and integrations

    The goal of this sample code is to be able to create and update big amounts of data quickly, by leveraging only REST API for integration and initial data load purposes for on-site implementations. The code implements a POST based bulk upsert API for Sugar…