Client Script not working in specific view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2014 02:50 PM
Hi Friends,
I created a client script with Type = onChange and Global = True.
Strange part is that it is working fine only in default_view but not in other views though it is Global script..
Can any one of you help me to fix this?
Thanks in advance,
Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2014 12:52 AM
Your client script must have conflicts in other views . So it is not reflecting or acting on the other views. Disable those first and apply this client script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2014 02:24 PM
Thank you so much, there was a conflict in another view. I resolved it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2020 10:08 AM
Hi,
Could you please let me know how to check the conflict in other view and resolve it. I'm facing the similar issue.
Thanks and Regards,
Lavanya C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2014 01:19 AM
You can try to switch on the debug option and also have alert messages to identify the issue. The client script can have a conflict with another conflict or UI policy or also because of another client script or UI policy, this might not be getting executed.