Strategy ONE
Enabling the entire Options feature
The following parameter and value are used to specify whether the entire Options feature is enabled and visible.
This is a feature-level setting. Feature-level settings override UI settings and also imply UI settings when they are associated with UI elements.
| Parameter | Setting Level | Value | Target Component | Behavior | 
|---|---|---|---|---|
| 
                                                             feature.options  | 
                                                        
                                                             Feature  | 
                                                        
                                                             Possible values include: 
  | 
                                                        
                                                             Options menu / icon  | 
                                                        
                                                             Specifies whether to enable the entire Options feature and make the Options menu and icon visible 
  | 
                                                    
The sample URLs below show how to enable and explicitly disable the entire Options feature.
Sample URL for enabling the entire Options feature
http(s)://webserver:port/webapp/app/<projectId>/<dashboardId>/[<pagekey>]?feature.options=true
Sample URL for explicitly disabling the entire Options feature
http(s)://webserver:port/webapp/app/<projectId>/<dashboardId>/[<pagekey>]?feature.options=false
