Questions tagged [feature-management]
The feature-management tag has no summary.
39 questions
0 votes
0 answers
36 views
Automating Feature Parameters [ISV Feature Management]
As an ISV, we use feature management to switch on/off different features of our package for different clients (using boolean feature params against their licence in our LMO). Right now, we do this on ...
1 vote
1 answer
88 views
Error installing beta package with custom Feature Parameter
I’m working with Salesforce Feature Management and I need help troubleshooting an issue with custom feature parameters in an beta package. What I did: I created a custom feature parameter in my force-...
0 votes
0 answers
40 views
Are Subscriber-to-LMO parameters directly accesible by Subscribers?
Salesforce documentation explicitly states that both Subscriber and Developers can edit the value of a Subscriber to LMO feature parameter. However the documentation does not specify if anyone in the ...
0 votes
0 answers
72 views
Can a subscriber update a FeatureParameterInteger of second-gen managed package?
We plan to use the Salesforce Feature Management App with our second-generation managed package. We have to set a FeatureParameterInteger (LmoToSubscriber): Allowed Active Employees and another ...
2 votes
1 answer
420 views
How to enable the FormulaEvalInApex and ApexZipSupport Feature in the Created Scratch Org
We thought of checking the functionality of FormulaEvalInApex and ApexZipSupport which are mentioned in the IdeaExchange Spring 24 Release. These features are noted as Developer Preview. So we created ...
1 vote
1 answer
213 views
Free and paid tiers for AppExchange app
Is it possible for a paid AppExchange app to charge 0 USD for Basic subscription and > 0 USD for Premium? And activate the Premium subscription using the FeatureManagement functionality. What are ...
0 votes
1 answer
124 views
Not able to create version after adding 2GP Feature Parameters
I have a 2GP managed package where I added a feature parameter metadata file (Integer). I have created multiple versions of this project until adding the feature parameter metadata files. After ...
0 votes
2 answers
288 views
Is it not possible to use FeatureManagment.checkPermission inside a package manage for a custom permission which is not included in that package
I have tried accessing the value inside the package, but the FeatureManagement.checkPermission() is returning false, whereas when the same Function is executed anonymously It returns true, indicating ...
2 votes
1 answer
267 views
Delay of update Feature Management Integer parameter from subscriber org to LMO
I have integer feature management parameter (IFMP) of type Subscriber to LMO. I have code which updates IFMP in subscriber org where is installed managed package (2GP) but new value is updated in LMO ...
0 votes
0 answers
1k views
Licenses: What Permission Set & Feature Licenses go with what User Licenses?
IIUC, the purposes of my org's User Licenses are: Community: log in to Community, aka Site, aka Experience Cloud? Identity: also log in to Community, but different somehow? (unused) Salesforce: log ...
2 votes
1 answer
176 views
Package a Default for an FMA Date Feature Parameter
What is the goal? The goal is to track when the managed package was installed on the customer's org and be able to read the date on the customer's side. What is the current solution I am thinking of? ...
1 vote
1 answer
171 views
Strange error when releasing a new package version: Cannot modify managed object: entity=PackageIntegerValue
I have custom feature parameters in my application. However, I haven't modified them but still I received the following error Message delivering: CustomFeatureParameter: Cannot modify managed object: ...
1 vote
1 answer
197 views
Salesforce Try Catch does not work with FeatureManagement checkPermission
When working with FeatureManagement.checkPermission() a try-catch block does not catch system exceptions. How to replicate: Run the code below in execute anonymous. You will find that you receive a ...
1 vote
1 answer
47 views
I am trying to use method FeatureManagement.changeProtection to make Custom Metadata Object public but it doesn't work
I am trying to use method FeatureManagement.changeProtection to make Custom Metadata Object public but it doesn't work. I know that Custom Metadata types and Custom settings and External and Big ...
0 votes
1 answer
87 views
How do I define a dependency in 2GMP for certain Salesforce feature like Quote object?
How do I define a dependency in 2GMP for certain Salesforce feature like Quote object? I need to release a package extension which should depend on Quote object. How should I define such dependency? ...