Forum OpenACS Development: Re: Res: Where to retrieve the modifying_user for acs_objects?

The call is done via the trigger 'acs_objects_last_mod_update_tr' (at least that's the name in postgres). The trigger is invoked every time the table 'acs_objects' is updated.

Also, some packages like file storage modifies these fields directly through a call to the 'acs_object__update_last_modified' plsql function (see 'file_storage__new_file' for example)

Finally, it depends on the application to call the function 'acs_object__new' with the information needed every time an object is created.

Regards,

jopez