eighteen-digit-salesforce-id
v1.0.0
Published
Pass in either 18 digit or 15 digit Salesforce id and get back the 18 digit id
Downloads
1,999
Readme
eighteen-digit-salesforce-id
npm install --save eighteen-digit-salesforce-id
var get18DigitId = require('eighteen-digit-salesforce-id');
console.log(get18DigitId('00341000001sKYi')); // logs '00341000001sKYiAAM'
Note - if you pass in a string that's already 18 characters, you just get that same string back.
Note - if you pass in a string that's neither 15 nor 18 characters long, it throws an error.