Open seabannan opened 12 years ago
How do you return the inserted id when using the newRecord function
var record = model.newRecord({ description: data.description, type: data.type, userEntered: data.userEntered }); Ti.API.info(record); record.save();
How can i get the id of the newly inserted row
thanks
did you check record.id ?
hi yes thanks for this working now ;)
How do you return the inserted id when using the newRecord function
How can i get the id of the newly inserted row
thanks