Transform OnBefore Script to compare source and target fields
I am trying to create an OnBefore transform script to compare fields of the source and target. I have the following script but it is not workingif (source.active == target.active && source.u_ad_samaccountname != target.user_name){target.u_userid = ta...
