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
ReksReks 

Packaging

How do I get to know the thorrow knowledge on Packaging ?

Deepa.B.AnkaliDeepa.B.Ankali

@Reks,

 

Find the pdf here. Also here and here

Arunkumar.RArunkumar.R

Pacakage in salesforce are separated by two types,

 

1.Managed Package

2.Unmanaged package

 

=> In managed package u cannot see modify any content like apex class,fields,etc...Except visualforce page. Once managed package created and published you cannot delete that package.. This managed package used to publish your app in appexchange.. Only one managed package able to create in developer account.

 

==>Simply unmanaged package opposite to managed..

 

 

For more details,

 

https://help.salesforce.com/apex/HTViewHelpDoc?id=sharing_apps.htm&language=en

 

If you found this answer helpful to you... Please accept this as a Solution and  give kudos by clicking on the star icon.

 

Thanks and Regards,

Arunkumar.R | Salesforce Certified Developer

nbknbk

Hi,

follow the below link which was posted by Arun and go thorugh  Force.com Quick Reference for Developing Packages. document.

https://help.salesforce.com/apex/HTViewHelpDoc?id=sharing_apps.htm&language=en

 

To get the better understanding create 2 developer orgs and use one org as package org and other org is customer org.

 

A - Development and Packaging

B - Installed the latest urls on this org.

 

You will get better idea once you follow the above approach.

ReksReks

Thank you!