function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sami ShakithSami Shakith 

Is this possible to find what are all objects belong to particular app

Hi,
Is this possible to find what are all the objects belong to an app ? If it is possible means how it is?
ManojjenaManojjena
Hi Sami ,

If you have installed an package . Then you need to go to setup >Deploy>Installed Package >click on package Name >Click On View Components Button >You can search Object you can find all object name ,field name ,and all related component .

Let me know any issue 
Sami ShakithSami Shakith
Thank you for your reply Manoj.

How to install package?
ManojjenaManojjena
Hi Sami,

Which package you want to install ,You can visit the appexchnage you can search your required app and install .
Check below link of appexchange .

https://appexchange.salesforce.com/

Thanks
Manoj
Sami ShakithSami Shakith
Hi Manoj,

I dont know about package. I am new to salesforce. I am just learning.
Miika RintakoskiMiika Rintakoski
Hi Sami,

It is also possible for self developed apps. You can do this by following the steps below:

1. Go to Setup > Build > Create > Packages.
2. Click New.
3. Type in the package name of your choice.
4. In your new package select Components > Add.
5. From Component Type dropdown select App
6. Select the checkbox of your desired app and click Add to Package.
7. Platform makes sure that all the dependent objects are added to the package. You can review the objects from the page which is displayed after clicking the Add to Package button.

Let me know if this was helpful!

Miika