You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vartransformSysId=gs.getProperty('tmap.tag.sys.id');// store the sys_id of transform map
4
+
5
+
vartransformWorker=newGlideImportSetTransformerWorker(importSetRecSysID,transformSysId);// Calling OOB method to run transform map pass the importset sysId
6
+
transformWorker.setBackground(true);// run asynchronously
0 commit comments