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
gowthami pinnintigowthami pinninti 

how to identify custom objects in installed managed package

Devi ChandrikaDevi Chandrika (Salesforce Developers) 
Hi Gowthami,

The objects which we get from managed package have their api name appended with Managed package namespace prefix.
For example if you install a managed package whose namesapce prefix is abc then your object api name will be like abc__objectapiname.

Hope this helps you
If this helps kindly mark it as solved so that it may help others in future.

Thanks and Regards
GovindarajGovindaraj
Hi Gowthami,

1. Goto Setup --> Installed Packages
2. Click the package
3. Click the 'View Components' button. Here you can see the list of components associated with this package.
4. Search for 'Custom Object'. This will provide you the list of custom objects.

Thanks,
Govindaraj.S