Page 2 of 2

Posted: Sat Aug 13, 2011 6:25 pm
by ray.wurlod
Turns out they've use functions rather than system variables. LastRecord() and LastRecordInGroup() are the names of the functions if I recall correctly.

Posted: Mon Aug 15, 2011 8:09 am
by pdntsap
Right now, I set the UserStatus in a Server job (the routine is a transform function and is being called for every record) and then make use of User Variables to read the value stored in UserStatus.
I will implement Ray's suggestions and update the post.