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
aklkkaklkk 

how to create a simple package any one suggets me porcess ??

hi

 can you  suggest me complete process for create a package?


Thanks
 
LBSLBS
Hi Aklim,

There are two types of packages - Managed & Unmanaged. What's the use case for you to create the package? 

Br,
Mudi
Rohit B ☁Rohit B ☁
Hi Aklim,
You can create Unmanaged package from your dev org. For this follow the below steps :-
1) Click Setup
2) Put "Package" in quick search box
3) Select "Packages" under Create 
4) Hit "New" button

Hopefully this will help you.. :)
 
Amit Singh 1Amit Singh 1
Hello,
You can create Unmanaged package in your developer ORG and if you want to create Managed package then you need a unique namespace.

For creating unmanaged package follow the below steps:
1) Click Setup
2) Search for "Package" in quick search box
3) Select "Packages" under Create 
4) Click on "New" button to create package and Enter the required value then Save.

Refer below links for more info.
https://developer.salesforce.com/page/An_Introduction_to_Packaging
https://developer.salesforce.com/docs/atlas.en-us.packagingGuide.meta/packagingGuide/packaging_about_packages.htm

Let us know if this helps :)

Thanks!
Amit Singh
Amit Chaudhary 8Amit Chaudhary 8
Please check below video for how to create package
1) https://www.youtube.com/watch?v=GjpqNOMl-y4

Please check below post for more detail
1) https://developer.salesforce.com/docs/atlas.en-us.packagingGuide.meta/packagingGuide/packaging_uploading_unmanaged.htm

Create and Upload an Unmanaged Package

Create the package:
  1. From Setup, enter Packages in the Quick Find box, then select Packages.
  2. Click New.
  3. Fill in the details of the package.
  4. Click Save.

Add the necessary components for your app.
  1. Click Add Components.
  2. From the drop-down list, choose the type of component.
  3. Select the components you want to add.
  4. Click Add To Package.
  5. Repeat these steps until you have added all the components you want in your package.
Click Upload.

Let us know if this will help you
 
aklkkaklkk
thanks Amit
aklkkaklkk
any one suggets me that how to create a Manage Package? is it possible with the develoepr edition the told me process