This is an old revision of the document!


SFX Routine Maintenance

Contribute Local Changes to Global SFX KB

Currently (2013) this is only available for Miscellaneous targets. Make local changes in Object Portfolio Edit screen and submit. “Contribute” button should then show in the OP View screen.

Date Thresholds

SFX provides a tool for composing local thresholds in the object portfolio edit screen.

Embargoes: Use the composer tool to set up an embargo. For a 1 year embargo use the text below. NOTE: do not use “==”. This displays as “Available from 2007. Most recent 1 year(s) not available”

  • $obj→parsedDate('>=','2007',undef,undef) && $obj→timediff('>=','1y')

Split date thresholds: Write these manually using a “||” to separate the runs. For example, holdings from 1999-2002 and 2008 would use the text below. This displays as “Available from 1999 until 2002, Available in 2008”.

  • $obj→parsedDate('>=','1999',undef,undef) && $obj→parsedDate('⇐','2002',undef,undef) || $obj→parsedDate('==','2008',undef,undef)

Primary contact: Catherine Knapp

sfx_routine_maintenance.1367419817.txt.gz · Last modified: 2019/01/07 17:20 (external edit)
www.chimeric.de Creative Commons License Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0