You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A common feature check could be to use a custom setting which can then in turn be enabled per user/per profile or globally
One consideration is that for this to work - the feature setting will also need to define the api name of the custom setting being used as we cannot use a default like we did for CustomMetadataEnabledFeatures
One possible implementation will be to add a new field to Feature Setting Custom Metadata that must be populated if the implementation is the CustomSettingEnabledFeature. On top of this we will need to be able to pass this value once the FeatureSetting is instantiated - we could potentially use aMap<String, String> options parameter and add an interface method to set the options on all Feature implementations
The text was updated successfully, but these errors were encountered:
A common feature check could be to use a custom setting which can then in turn be enabled per user/per profile or globally
One consideration is that for this to work - the feature setting will also need to define the api name of the custom setting being used as we cannot use a default like we did for
CustomMetadataEnabledFeature
sOne possible implementation will be to add a new field to Feature Setting Custom Metadata that must be populated if the implementation is the
CustomSettingEnabledFeature
. On top of this we will need to be able to pass this value once the FeatureSetting is instantiated - we could potentially use aMap<String, String> options
parameter and add an interface method to set the options on all Feature implementationsThe text was updated successfully, but these errors were encountered: