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
arosysarosys 

visibility of custom objects in manged package

I want to add a custom object in my managed package.

And i want that content of that custom object will be 

visible to only admins of org installing the package.

how to achieve this?

 

 

Scenario is i want to make webservice call out from sfdc , and want to validate users in my webservice which is called by sfdc

i.e. salesforce org will register for my webservice first , while registration i will store the credentials in a custom object in their sfdc org in encrypted form

and later when sfdc will call the webservice it will pass the credentials in encrypted form , and my webservice will validate them first and then only will give response

please help me out in this.

Thanks

 

Sonam_SFDCSonam_SFDC

Hi Arosys,

 

I suppose you can make use of  either Permission Sets or Profile Settings in a Managed package to control the visibility fo thie custom Object you are planing to add to the package.

 

Read more: page49: http://ap1.salesforce.com/help/doc/en/salesforce_packaging_guide.pdf