Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View ralphcallaway's full-sized avatar

Ralph Callaway ralphcallaway

View GitHub Profile
@jsullivanlive
jsullivanlive / SalesforceID.js
Last active December 17, 2020 20:17
SalesforceID.js
/**
* helper class to manage incrementing salesforce ids
* Author: CloudAnswers
* License: AGPL3
*/
const caseSafeId = require("./caseSafeId");
const base62 = require("base-x")(
"0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
);