Community
Participate
Working Groups
The attached functions work in Java gen but not in JS gen
Created attachment 205860 [details] testcase
The attached should create 2 different records, but since the record is not copied on in the same record is attached as index 1 and 2. expected output is: Index 1 Index 2
I just tried EDT nightly build 20111103, looks like it has been fixed. Thanks.
The record is not being copied when it is appended to the array. The output of the test is: Index 2 Index 2
Fixed, borrowed JavaGen logic. Thanks.
verified