How to optimize this code which is being called via onChange Client Script
Hi Team, I have written the below part of script include which I am calling via OnChange Client Script and GlideAjax.Here type is 10 means we want to add all the accounts w if (type == 10) { var add = new GlideRecord('custom...
