You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assumption: Most archives issue only one type of PID.
Definition of Done: If an archive (i.e. data center ) issues exactly one type of PID, set the PID-type in the Submission Registry automatically, at the time of submission.
Technical aspects: Set archive_pid_type at insert depending on archive. Bonus point for checking in table data_provider whether the archive actually provides only one type of pid and not doing anything otherwise. In the latter case archive_pid_type has to be determined otherwise and set through a different workflow.
@Marfroem, you can decide whether to do this already at insert time or together with the update which actually includes the PID itself. Please don't forget to set the DEFAULT and NULL properties in the DDL accordingly.
See Submission Registry code
The text was updated successfully, but these errors were encountered: