Client Script not working in specific view

srikanthbala
Kilo Explorer

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

6 REPLIES 6

harikrish_v
Mega Guru

Check if this client script is using any DOM methods ie document.getElementById('something') or something similar. If it is there, comment out this part and see if the script is working for other views also now.



Thanks & Regards,


Hari


Thank you so much, there was a conflict in another view. I resolved it.