Hello Guys,
I need to insert 'ArticleCode' values extracted by Repeating group into a column called 'Reference', using a script (JS language), but it's not working for me.
Bellow my script:
for (var i=0;i<this.Field("ArticleCode").Items.Count;i++){
this.Field("Reference").Items.Item(i).Text= this.Field("ArticleCode").Items.Item(i).Text;
}
Any idea ?
Best Regards.
コメント
1件のコメント
Hello,
Please address the issue to the regional support, send them the project, samples and scenario descriptions.
サインインしてコメントを残してください。