Hello,

In my Data Management Service I create a new User-object using the 
createItem() function :

 ds.createItem(new User("Jeff"));
var token:AsyncToken = ds.commit();
 token.kind = "create";

When the commit is sent, the new User is persisted to the server... In 
my database an autoincrement id is generated,
but the object returned to the Flex client has still an id equal to 0.

How do I know the unique id of the created User-object on the 
client-side ? I need this unique id to do some remote calls as soon as 
it is created on the server...

Any help is welcome !

Kind regards
Bart

Reply via email to