srcdbDoc.getItemValue(NCCONST.DITM_DBCATEGORIES));
crawlRequestDoc.appendItemValue(NCCONST.ITM_GMETADATABASE,
srcdbDoc.getItemValueString(NCCONST.DITM_DBNAME));
crawlRequestDoc.appendItemValue(NCCONST.ITM_GMETANOTESLINK, NotesURL);
crawlRequestDoc.save();
crawlRequestDoc.recycle(); //TEST THIS
crawlRequestDoc = null;
NotesDateTime lastModified = curDoc.getLastModified();
if (lastModified.timeDifference(lastUpdated) > 0) {
lastUpdated = lastModified;