Get Key Prefix/Object id of Object in JavaScript
Few days back, while working on a project we needed to have a Key Prefix of our Object called Client__c in our JavaScript code for further processing. We didn’t want to hard code Key Prefix of Client__c. The reason is that when we deploy our package for different Organizations, Key Prefix would automatically get created.… Read More »