If Transfer can't find the record that you are requesting, it will
return a new object.

Mark

On Thu, Nov 20, 2008 at 8:33 PM, Chris H <[EMAIL PROTECTED]> wrote:
>
> just getting into Transfer and i'm running into my first problem:
>
> this works just fine:
> <cfset Local.UserTO = Transfer.get( "User", 1 )>
> and it returns a record with Username = "Admin"
>
> but both of these will always return a new(empty) TO even though the
> properties are all correct. any ideas?
> <cfset Local.UserTO = Transfer.readByProperty( "User", "Username",
> "Admin" )>
> <cfset Local.PropertyMap.Username = "Admin">
> <cfset Local.UserTO = Transfer.readByPropertyMap( "User",
> Local.PropertyMap )>
>
> thanks in advance!
>
> >
>



-- 
E: [EMAIL PROTECTED]
W: www.compoundtheory.com

--~--~---------~--~----~------------~-------~--~----~
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