Strategy One
Mainstream support for legacy tools such as Developer, Command Manager, and Object Manager is set to end December 2026. Strategy suggests that you upgrade to Workstation to maintain continuity and utilize modern capabilities. For more information on functional parity between these tools and Workstation, see the Workstation vs Legacy Tools Feature Parity dashboard.
Alter Feature Flags Statement
Modifies the feature flag status to turn on/off the feature.
ALTER FEATURE FLAG "<feature_flag>" (ON | OFF);
where
feature_flag is name of the feature you want to switch on/off.
Example
ALTER FEATURE FLAG "Messaging Service for Platform Analytics" ON;
