If I create a new object and write it to the datastore I know the googlewrite function returns the google key. For example: <cfset newkey = newobject.googlewrite()>
but the following returns no key: <cfset newobject.googlewrite()> <cfoutput>#googlekey(newobject)#<cfoutput> Does the googlekey() function only return the key on objects that have been read from the datastore? Thanks, Adam -- official tag/function reference: http://openbd.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
