JsOsaDAS1.001.00bplist00ÑVscript_vfunction performBibDeskActionWithPublications(thePubs, { forScriptHook : theScriptHook }) { // get some properties of the script hook var theName = theScriptHook.name() var theDoc = theScriptHook.document() var theField = theScriptHook.fieldName() var oldValues = theScriptHook.oldValues() var newValues = theScriptHook.newvalues() var app = Application.currentApplication() app.includeStandardAdditions = true // here you could return depending on theName or theField for (var thePub of thePubs) { try { // insert here the relevant action to take for the publication } catch(e) { } } }  Œjscr úÞÞ­