[transfer-dev] Re: Update multiple records

2009-06-02 Thread Bob Silverberg
You cannot do that with Transfer, not in the way you suggest anyway. Transfer works with objects, not table rows, so you'd have to ask Transfer to get each object, update its property and then ask Transfer to save the object. You could use one of the listXXX methods to get a query that contains

[transfer-dev] Re: Update multiple records

2009-06-02 Thread stephend
Hi Bob, Thanks for the reply, as it is a small list of records I have taken the route you suggested using listByQuery() and it works fine. Cheers Stephen On Jun 3, 10:27 am, Bob Silverberg bob.silverb...@gmail.com wrote: You cannot do that with Transfer, not in the way you suggest anyway.