I’m searching for an event that gives me the saved resource, something like OnDocSaved.
I’m asking because (as far as i know) if i create a new Resource and save it, $scriptProperties[’resource’] in a plugin executed by OnDocFormSave contains a unsaved resource (resp. $scriptProperties[’id’] is empty)
Quote from: pureppl at Jun 06, 2011, 03:08 PM
Cool, both do work on OnDocFormSave, $scriptProperties[’id’] and $scriptProperties[’resource’]->get(’id’)
Thank you 
I’m curious, did you test both of those with new (rather than existing) docs in OnDocFormSave?