I think the id should be in postform.vars.id after you call postform.accepts (assuming the form was accepted). Anthony
On Wednesday, August 3, 2011 11:00:39 AM UTC-4, Ramos wrote: > hello i need to get the automatic id field of the record in my controler > after the code > > * > * > *if postform.accepts(request.vars,session):** > ** * > > > if i print request.vars i dont see the id that i need to create a link to > send email to the document just created > > > > Thank you > > António >

