/key-prefix-scanner

An ID key prefix scanner for Salesforce.com

Primary LanguageJavaScriptMIT LicenseMIT

Key Prefix Scanner

This is a simple Visualforce page and Lightning Component/Application that uses Id.getSObjectType to find key prefixes, including "hidden" object types.

Getting Started

Simply clone this project to your local system.

Prerequisites

You'll need a metadata tool to deploy this code. You can use Salesforce DX, the Metadata Toolkit, Developer Workbench, or any other tool that supports deploying metadata.

Installing

Deploy this package to your org using any of several possible commands:

Automatic Deployment

Click the button below to automatically deploy the package to your org:

Deploy to Salesforce

sfdx

sfdx force:mdapi:deploy -d src -u <org-alias> -w -1

Metadata Toolkit

Update the build.properties file with your Salesforce credentials, then run the following command:

ant deploy

Others

Consult your documentation.

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments