Video Screencast Help
Search Video Help Close Back
to help
Not able to make it to Vision this year? Get a sampling in the Best of Vision on Demand group.

Help with "For Each Element in Collecion".

Created: 06 Jun 2011 | 3 comments
Jimbaland's picture
0 0 Votes
Login to vote

I have a project that uses a custom integration library to query a SQL DB. I then use the "For each element in Collection" to cycle through each record and evaluate individual fields.

The issue i'm having currently is that i'm only seeing it looking at 50 records while there are about 2713. I do see where it says "plus 2663 other entries" when I look at the data in debug. I this merely a limitation of debug or will it do this in production as well?

Thanks

Comments

claus66's picture
06
Jun
2011
1 Vote +1
Login to vote

Debug limit only -

Debug limit only - fortunately.

Jimbaland's picture
07
Jun
2011
0 Votes 0
Login to vote

Thanks Claus

Thanks Claus

Hrishikesh Patel's picture
30
Jun
2011
0 Votes 0
Login to vote

If you want to make sure all

If you want to make sure all you data is there you can just loop throught all the records and merge into HTML and send you self an email with all those recoreds.