Thanks to visit codestin.com
Credit goes to github.com

Skip to content

az-ak/getPrefix-VF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published