Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2016 01:55 AM
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 ;