You need to sign in to do that
Don't have an account?
krishna 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
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
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
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.
3 - Click on "Save" button.
Please let me know if this helps :)
Thanks!
Amit Singh.