yes. SQLFORM.grid(....,oncreate=lambda form: do_something_with(form))
SQLFORM.grid(....,onupdate=lambda form: do_something_with(form)) the record id is in form.vars.id On Dec 4, 1:22 pm, Pepe Araya <pepea...@gmail.com> wrote: > Hi Massimo and all the team! > > First all: Thanks very much for this feature!I it's really amazing! > > I have a question: It's possible to call a function after *update* or *edit* > that > take the id of the record created or updated? (or any other parameter) > > thanks very much! > > pepe.