az-ak / getPrefix-VF

List 3 digits prefixes of all objects in your Salesforce Org.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

getPrefix of all the Salesforce objects in your Org

The first 3-digits of the Salesforce ID are always the Entity ID which can be used to determine the type of the entity. You can see the list of standard objects here :

Using Lightning Component or Visualforce page in this package, you can see the list of object prefix with its API Name and Label for both Standard and all Custom objects in your Org.

Installation and usage

You can install this as an unmanaged package from here:

The package contains:

  • Lightning Component (parent and child)
  • Visualforce page
  • Apex controller class (common for LC and VF)
  • Test class for the Apex controller class
  • Lightning App page
  • Tab for the Lightning App page
  • Tab for the Visualforce page

Japanese Note

ご使用のSalesforce組織に存在するオブジェクトの3桁のプレフィックスを一覧するプログラムですプログラムです。標準・カスタムの区別なく、組織に存在するすべてのオブジェクトを一覧します。 LightningコンポーネントとVisualforceページの両方を含んでいますが、お好きな方をご使用頂けます。

About

List 3 digits prefixes of all objects in your Salesforce Org.


Languages

Language:JavaScript 64.2%Language:Apex 35.8%