Kris SparksPostman & a Salesforce REST Web ServiceAccessing an Apex web service from outside SalesforceMar 20, 20197Mar 20, 20197
Kris SparksSaleforce REST API Integration w/OAuth for Devlopers [WIP]There are number of reasons you may want to be able to interact with your instance of Salesforce from outside Salesforce. You may have an…Dec 17, 20184Dec 17, 20184
Kris SparksApex Trigger Test CoverageLet’s untangle the subject of code coverage requirements for Apex Triggers on the Salesforce platform.Feb 16, 2018Feb 16, 2018
Kris SparksBase 10 to Base 2Computers only know binary. Base 2 is binary. Let’s convert a couple of integers to their binary representation.Feb 5, 2018Feb 5, 2018
Kris SparksAND, OR, XOR — Bitwise OperatorsLet’s take a minute to breakdown bitwise operators. Bitwise operators are operators that operate on ints and uints at the binary level.Feb 5, 2018Feb 5, 2018
Kris SparksApex & AES256 Bit EncryptionAdvanced Encryption Standard 256 bit encryption is an encryption algorithm, or cipher, that is the current industry standard used to…Nov 16, 20171Nov 16, 20171
Kris SparksVisualforce Date Field without sObjectsSalesforce, like the Internet, was built on the fly and in retrospect we probably should have done things differently. While Apex and…Nov 15, 2017Nov 15, 2017
Kris SparksThe Anatomy of a SOAP MessageMost of us interact with REST APIs on a regular basis, but from time-to-time we need to interact with SOAP APIs as well. For those of us…Nov 8, 2017Nov 8, 2017
Kris SparksApex Triggers for Custom ValidationsSalesforce has built-in validations that can be applied to specific fields, but these validations are somewhat rigid and limited. When…Nov 8, 20171Nov 8, 20171
Kris SparksSOAP Requests with PostmanPostman is a clean, easy-to-use REST client, but it also works well for sending SOAP message via HTTP. Configuring Postman for a SOAP…Sep 13, 20174Sep 13, 20174