How does one capture the id of a newly created record for redirect?

Desired workflow: User adds record, pushes submit, record added and goes
into "edit mode" for further work.

I have 2 controls: add(using crud.create) and update (using crud.update).
 After adding, I'm trying to redirect to update using the next=URL(), but I
need the id of the record I just created, -- is there a way to get this?  Or
should I be approaching this differently to get the desired results?

Thanks,
Audra

Reply via email to