Skip to main content

Questions tagged [feature-management]

0 votes
0 answers
36 views

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 ...
D. Salvadori's user avatar
1 vote
1 answer
88 views

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-...
Sk_Dev's user avatar
  • 119
0 votes
0 answers
40 views

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 ...
zurdo's user avatar
  • 133
0 votes
0 answers
72 views

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 ...
Techventor TM's user avatar
2 votes
1 answer
420 views

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 ...
S1th's user avatar
  • 153
1 vote
1 answer
213 views

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 ...
Yoko's user avatar
  • 21
0 votes
1 answer
124 views

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 ...
bswartz's user avatar
  • 59
0 votes
2 answers
288 views

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 ...
DINESH 574's user avatar
2 votes
1 answer
267 views

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 ...
rstrader's user avatar
0 votes
0 answers
1k views

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 ...
Foo Bar's user avatar
  • 333
2 votes
1 answer
176 views

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? ...
Mateusz B's user avatar
  • 113
1 vote
1 answer
171 views

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: ...
Patlatus's user avatar
  • 18.8k
1 vote
1 answer
197 views

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 ...
AaronWebster's user avatar
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 know that Custom Metadata types and Custom settings and External and Big ...
Patlatus's user avatar
  • 18.8k
0 votes
1 answer
87 views

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? ...
Patlatus's user avatar
  • 18.8k

15 30 50 per page