Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

Track Preferences and Activation Metrics with Subscriber-to-LMO Feature Parameters

Use subscriber-to-LMO feature parameters to track feature activation in your subscriber’s org. Parameter values are assigned on the subscriber’s end and then sent to your LMO. To collect the values, update the feature parameters in your subscriber’s org using Apex code. Check with your legal team before obtaining activation metrics from your customers. Use activation metrics to collect only aggregated data regarding feature activation.
  • System.FeatureManagement.setPackageBooleanValue('YourBooleanFeatureParameter', booleanValue);
  • System.FeatureManagement.setPackageDateValue('YourDateFeatureParameter', datetimeValue);
  • System.FeatureManagement.setPackageIntegerValue('YourIntegerFeatureParameter', integerValue);

The Value__c field on subscriber-to-LMO feature parameters is editable in your LMO. But don’t change it. The changes don’t propagate to your subscriber’s org, so your values will be out of sync.

Warning

You can view the value of a subscriber-to-LMO feature parameter from the Subscriber Support Console.