Hi Bjorn Svensson, Thanks for your response.
For your info, there have around 50 different group of users. So, I'm trying to filter the layer in ConfigManager.as.
The operation layer is able to filter now based on layer name but the widget is so difficult to filter when i'm grouping the search widget under 'query' group. From example, I'll create 3 query widget under query group.
<widgetgroup label="Query" icon="assets/images/i_folder.png">
<widget label="Search_San_Francisco_Incidents" left="430" top="90"
icon="assets/images/i_search.png"
config="widgets/Search/Search_San_Francisco_Incidents.xml"
url="widgets/Search/SearchWidget.swf"/>
<widget label="Search_Earthquakes" left="430" top="90"
icon="assets/images/i_search.png"
config="widgets/Search/Search_Earthquakes.xml"
url="widgets/Search/SearchWidget.swf"/>
<widget label="Search_Data_Extract_Incidents" left="430" top="90"
icon="assets/images/i_search.png"
config="widgets/Search/Search_Data_Extract_Incidents.xml"
url="widgets/Search/SearchWidget.swf"/>
</widgetgroup>
So, query list also is depend on operational layer. UserA will have (San Francisco 3-1-1 Incidents)query while UserB will have (Earthquakes and Data Extract Incidents) query.
How can i filter the query list based on users because i'm already trying but not successful yet for query widget list.
Your ideas or suggestion is highly appreciate.
Thanks