Abinaya
Mega Expert

Hi Tim,



If your working fine, in that case you have to just initialize a variable and call the function within your script include:



Use the following code:


var gr =   new ABCNormalization();  


var returnVal = gr.getNormalization(current.u_ad_department, 'cmn_department', 'DEPARTMENT');  


current.department = returnVal ;


View solution in original post