HeyI have written a js which will read the path of another DCR entered in a field of my parent DCT and fetch EA set on that DCR then populate another field on my parent DCT with the available EA.But my script isnt working without alert("Saving... EA"); even set-time out isnt working.How should I solve the issue? I dont want any alerts on my form.Thanks in advancePS: Script is attach
...function setdcrvalue(){ var categoryType = ""; switch(categoryType[0]) { ... }}