Loading...

Second Generation Managed Packaging (2GP) is a must-have modern approach that helps in building and managing packages on Salesforce. It offers a myriad of tools for developing, distributing, and managing apps and metadata to AppExchange partners.  

With the help of Managed 2GP packaging, you can utilize your custom Apex code, interact with your version control system, create compact modular packages, and organize your source code. 

There are no packaging or patch organizations since version control is the only source of truth. All packaging tasks can be carried out either manually using scripts or automatically through Salesforce CLI. 

We can submit second-generation managed packages for security review and list them on AppExchange.

Prerequisites for Developing Managed Packages for the Second Generation

  1. Enable the Dev hub in your org.
  2. Enable Second-Generation Managed Packaging.
  3. Install SalesforceCLI.
  4. Create and Register Your Namespace.

What is Namespace?

A Namespace is a 1–15 character alphanumeric identifier that distinguishes your package and its contents from other packages in your customer’s org. 

A Namespace is assigned to a second-generation managed package (managed 2GP) at the time that it’s created, and can’t be changed. 

Please Note: Keep the above information in mind while working with Namespaces.

You can develop more than one second generation managed package with the same Namespace but you can associate each package with only a single namespace. If you work with more than one namespace, Salesforce recommends that you set up one project for each namespace.

When you specify a package namespace, every component added to a package has the Namespace prefix to the component API Name Example: If you have a custom object called student with API name ‘Student__c’.

If we add this object to a package associated with the ‘hic_signeasy’ namespace, then the API name becomes ‘hic_signeasy__Student__c’.

How to Create a Namespace?

  • Sign up for a new Developer edition org.
  • Go to setup enter package manager in the quick find box and select package manager.
  • In developer settings, click Edit, and under Change developer settings, click Continue.
  • In the Namespace prefix enter a namespace, and select check Availability.
  • For a package to be managed, select None, then click Review my selections.
  • Review your selections and then click save.

Blog 3 2 11983333613

How to Register/Link a Namespace?

  • Log in to your Dev Hub org as the System Administrator or as a user with the SalesforceDX Namespace Registry permissions.
  • Select Namespace Registries from the App Launcher menu.
  • Click Link Namespace
  • Once the window appears, use the org’s System Administrator credentials to log in to the Developer Edition org where your Namespace is registered.
  • Because sandboxes, scratch orgs, patch orgs, and branch orgs need to be linked to the Namespace Registry, you cannot link orgs without a namespace.
  • Choose the All Namespace Registries list view to see every Namespace connected to the Namespace Registry.

Process for Managed Second-Generation Packages


  • A second-generation managed package (managed 2GP) can be created and installed simply from the command line.
  • These actions are part of the basic managed 2GP process.
  • Create an SFDX project by simply running the below command.
    •  Sfdx force:project: generate –output-dir expense-manager-workspace –name expense-app
  • Authorize the Dev Hub Org
    • Sfdx force:auth: login web –set-default-dev-hub
  • Use the Namespace attribute in the sfdx-project.json file for specifying a namespace. For instance, “namespace”: “hic_signeasy.” 

You can skip this step if you’ve already provided a Namespace in the first stage of creating a SalesforceDX project. Make sure you’ve linked a Namespace to your Dev Hub organization before adding it.

image 1 1197833b63f

Figure: sfdx-project.json file

  • Create the package from the SalesforceDX project directory.
    • Sfdx force:package: create –name “Expense Manager” –path force-app –package-type Managed.
  • Create a package version.
    • Sfdx force:package:version:create –package “Expense Manager” –code-coverage –installation-key test1234
  • Install and test the package version.
    • Sfdx force:package:install –package “Expense Manager@0.1.0-1” –target-org MyTestOrg1 –installation-key test1234

Note: Once a package is created, it cannot be altered, a Namespace added, or the Dev Hub it is connected to change.

Difference Between 1 Generation Package and 2 Generation Package

1 Generation Package (1 GP)2 Generation Package (2 GP)
  • It requires a packaging org or patch org.
  • Each package required a unique namespace.
  • Declaring Apex classes and methods global is necessary for code sharing between packages, which may result in an overabundance of global Apex.
  • Package versioning is linear.
    • It is created using SalesforceDX and the Command line.
    • In this package, several packages can share the same namespace.
    • Public Apex classes and methods with the @namespaceAccessible annotation allow code to be shared across many packages that use the same namespace.
    • Package versioning is flexible.

Demo Video

Concluding Words

In a nutshell, Second Generation Managed Packages are considered as one of the significant packagings of Salesforce. It gives developers enhanced flexibility and control over their apps; moreover, it simplifies the development and management process.  By leveraging the features of 2GP, developers not only get to meet the ongoing business requirements but also ensure future scalability & growth. Stay tuned for more latest updates!

No Data Found.

Related Articles
Orchestrator vs. Traditional Flows

Businesses use Salesforce automation to reduce manual work, improve efficiency, and automate repetitive business processes. Two commonly used automation approaches inside Salesforce are Traditional Flows and Flow Orchestrator. Traditional Flows are mainly used for simple automation tasks such as updating records, sending notifications, creating tasks, and automating business logic. Flow Orchestrator is designed for more […]

Read More
The Rise of Agentic Government_ What Salesforce’s 2026 Insights Mean for the Future of Public Sector AI

Government technology has often been seen as slower to evolve than the private sector. But Salesforce’s latest research challenges that idea in a big way. In fact, the new findings suggest that public sector organizations may now be moving faster than many businesses when it comes to adopting AI agents and preparing for a more […]

Read More
How To Use Email Service in APEX

Managing approvals, updates, and record changes directly from email can significantly improve efficiency within Salesforce workflows. Instead of logging in, navigating records, and manually updating fields, users can simply respond to emails and trigger automated updates using Email Service in APEX. This approach is especially useful for businesses leveraging Salesforce automation and looking to enhance […]

Read More
Design and Implementation of Salesforce Jira Task Integration 1 1

Businesses have been using Salesforce for CRM operations and Jira for Agile project tracking. However, without integration, teams manually update both systems, leading to data inconsistency and inefficiency.This mechanism establishes a real-time integration between Salesforce and Jira, allowing seamless synchronization of tasks and agile board statuses.  A custom Salesforce dashboard was developed that replicates Jira-style […]

Read More
Dark Mode in Salesforce Enabling It and Creating Theme Ready Lightning Web Components with SLDS 2.0 1 1

With the Winter ’26 release, Salesforce introduced Dark Mode in Lightning Experience. Dark Mode has been introduced as a beta feature in Winter ’26, and at first it was available only for Starter Edition orgs. It is now rolling out further with Spring ’26 to Professional, Enterprise, and Developer editions. To use Dark Mode, Salesforce […]

Read More
How to Merge and Brand PDF Files in Salesforce Using LWC Visualforce PDF LIB 1

Salesforce developers frequently encounter document automation requirements that go beyond standard Apex-based PDF generation. From merging multiple ContentVersion files to dynamically applying branding like watermarks and headers, traditional server-side approaches often hit Salesforce heap size limits (6MB/12MB), creating performance and scalability challenges. This guide presents a heap-limit-safe PDF merging architecture in Salesforce using Lightning Web […]

Read More
Our Location worldwide
Indian Flag India
3rd Floor, A-10, Pegasus Tower, Sector 68, Noida, Uttar Pradesh 201301 +91-1203239658
United States of America Flag USA
333 West Brown Deer Road Unit G – 366 Milwaukee WI, USA 53217 +1(262) 310-7818
United Kingdom Flag UK
7 Bell Yard, London, WC2A 2JR +44 20 3239 9428
Canada Canada
HIC Global Solutions INC
6D - 7398 Yonge St #1124 Thornhill, ON L4J 8J2 Canada +1(262) 310-7818