Thanks Elliot,

That didn't seem to work for me but your comment about the arguments
made me a have a closer look at the setParam() in the docs and noticed
a "list" argument. Set that to true and it's now working :-)

Code is now...

tql                     = 'select user.id, user.milestone, user.emailFlag, 
user.name
from user where user.id NOT IN (:list)';
query           = application.transfer.createQuery(tql);
query.setParam('list',listOfUsers,'list',true);
qryUsers        = application.transfer.listByQuery(query);


Thanks again,
James

-- 
Before posting questions to the group please read:
http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer

You received this message because you are subscribed to the Google Groups 
"transfer-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/transfer-dev?hl=en

Reply via email to