- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to limit the scope of SearchWhenChanged in simple XML to prevent other modules on my dashboard from being affected?

kallisrayar1986
Path Finder
04-03-2015
02:41 PM
Hi,
I have multiple modules in my dashboard. In one of the modules, I have a check box input panel which has to do a search when it is checked. When the value SearchWhenChanged set to true for that module, it impacts other module as well which i do not want. Is there a simple xml tag to limit the scope of this Search to the module specified.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
NOUMSSI
Builder
04-06-2015
03:38 AM
Hi,
If the token of the check box input is called in others modules it will impact them when the value SearchWhenChanged set to true.
To resolved that issue remove the token of the check box input of that module in others modules
