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
krishna casukhela 7krishna casukhela 7 

creation of managed package in salesforce

Hello
I have a visual force component with some business logic in it, this component I am calling inside an visual force page which has an controller associated with it. I want how to create a managed package for this , so any user can extract the package in his login and able to utilize my logic.

pls elaborate.

Thanks
Krishna
Amit Singh 1Amit Singh 1
Krishna,

Go through with the below links.
https://help.salesforce.com/articleView?id=managing_packages.htm&type=0 (https://help.salesforce.com/articleView?id=managing_packages.htm&type=0" target="_blank)
https://help.salesforce.com/articleView?id=sharing_apps.htm&type=0 (https://help.salesforce.com/articleView?id=sharing_apps.htm&type=0" target="_blank)

Follow the below steps.

1 - Setup -> Create -> Packages -> Edit
User-added image

2 - Click on Continue Button, Enter the namespace that you would like to use for the package in "Namespace Prefix" and then click on Check availability. If you got the message name space is availabe then click on "Review My Selection" button.

User-added image

3 - Click on "Save" button.
User-added image

Please let me know if this helps :)

Thanks!
Amit Singh.