Questions tagged [managed-extension]
An extension is any package, component, or set of components that adds to the functionality of a managed package.
31 questions
1 vote
1 answer
75 views
How to rename or change signature for a namespace accessible or global method?
Receiving an error Dependent class is invalid and needs recompilation: Class Namespace.ExtensionPackageClass : Method does not exist or incorrect signature: void method(NULL, NULL, NULL, NULL, NULL) ...
0 votes
1 answer
302 views
Is there a way to promote a managed package from the CLI?
If I created a managed packaged (Beta) in a developer environment is there a way to promote this package to an Alpha? Use Case: We are experimenting with Package Extensions. However, if order to ...
0 votes
1 answer
629 views
No version number was found in Dev Hub for package id and branch 'x' and version number 0.0.0.LATEST that resolved to build number 214
Today I have received the following error which seemed quite ambiguous to me No version number was found in Dev Hub for package id 0HoPACKAGEID000AAA and branch 'x' and version number 0.0.0.LATEST ...
3 votes
1 answer
227 views
HealthCloud extension can't write HC object. Permissions are ignored
I am developing a Managed Extension Package for HealthCloud. My app is inserting those native HC objects: Board Certification Business License Healthcare Facility Healthcare Provider Health Provider ...
3 votes
0 answers
1k views
"System.JSONException: Type cannot be serialized" error in a dynamic call across managed packages
We have two managed packages. One is a core package and another is an extension package. From the core package, we are trying to call a Global Batch Apex Class dynamically. When we try to pass a Set ...
0 votes
1 answer
30 views
Not possible to release a package extension which adds custom fields on custom metadata from base package
We are developing two packages: baseline package and package extension. Baseline package has CustomMetadata__mdt custom metadata and package extension contains additional field to this custom metadata....
0 votes
2 answers
99 views
CircleCI Extension Package Build/Deploy Problem
I have an extension package based on two other base packages. I am trying to set up continuous integration with CircleCI. The two base packages install fine but the deploy of the extension package ...
0 votes
1 answer
41 views
Is this possible to have additional fields or validation rules in package extension?
I want to move some fields and some piece of functionality which we have developed but don't want to release yet to package extension. But I have some both either with deployment to scratch org or ...
4 votes
1 answer
221 views
How are duplicate components (e.g. label translations) handled in an extension package?
Core managed packages can have extension packages created for them that add functionality. We are considering that approach to support multiple languages so that the translation work can be on a ...
0 votes
2 answers
410 views
Dynamically render Screen Flow from Extensions in Flexipage of Base package
I have a Managed Base Package BASE and multiple Extension Packages EXT1...EXTn. The Base Package contains a CustomObject__c and a Flexipage to edit the fields also packaged in BASE. The Extension ...
4 votes
1 answer
366 views
Permission organisation in Managed Packages (Base+Extension)
When looking for detailed information on how the Salesforce Permission artifacts: Permission Sets Permission Set Groups Custom Permissions can be best used in Managed Packages (across Base and ...
3 votes
1 answer
200 views
How to let extension packages customize UI of base package
Salesforce is bringing out a lot of new things to make Lightning UI more flexible: Dynamic Forms, Dynamic Interactions, etc. But they are not ISV-friendly because they are based on Flexipages. And ...
15 votes
2 answers
3k views
Extension packages & Licence Management in 2GP
In the first generation of Managed Packages (1GP), you are able to create Managed Extension packages that technically required a base package. Both could be distributed and licensed using the same ISV ...
2 votes
1 answer
341 views
How to deliver a managed package with custom development?
A customer wants to install our managed package on its org and needs custom development that will impacts our package core components: Somes Classes + Custom metadata types. Custom metadata types are ...
2 votes
1 answer
514 views
How to add a field to a managed package object in a scratch org extension managed package
Trying to convert a managed extension package to SFDX but I've run into a problem. I've converted the project using sfdx force:mdapi:retrieve and sfdx force:mdapi:convert If we say the base managed ...