LOTUSSCRIPT/COM/OLE CLASSES
Set db = session.CurrentDatabase Set v = db.GetView("By Category") Set outline = db.GetOutline("products") Set entryA = outline.GetFirst() Set entryB = outline.getChild(entryA) Call entryB.SetNoteLink(emptyDB,v) Call outline.save()