Hi there, I would like to perform another database transaction using crud.settings.create_onaccept soon after a CRUD create action using the newly created record id.
That is, does CRUD create return the ID of the new record for downstream processing? If so, how do I get it? If this is not possible, can you recommend any other ways to accomplish the same (using crud)? Thanks, sebastian

