Module that allows for a new record to be generated in another project (or the same project) on a flagging field being saved. Allows for data fields to be transferred to the new record as well.
MIT License
4
stars
3
forks
source link
Explicitly add NULL for repeat_instance arg position in redcap_save_record hook call #29
Prevents
ArgumentCountError
when triggering hook on EMs that don't set a default value for$repeat_instance
in their definition ofredcap_save_record
.