Resolved! Eval VS GlideEvaluator.evaluateString
Hi, I have a function that iteratively create string commands like ad.u_namefiled1='string1'; to be evaluated by eval .These instructions refers to a glide record variable ad = new GlideRecord('u_my_table');I know eval should not be used but repla...