Message from Drane, Matthew via eLinkCan someone help??I know that if you need to override some functionality, you can orphan offthe child into your module, override the feature, and then add into the yourStartup script something like:$GlobalReferencetoOldFeature = $GlobalReferencetoNewFeaturebut if there is no reference to the old feature in the Globals, how do youreference it correctly?I need to add something into the WEBNOTIFY > NotifyRequestHandler >Interests > FormatSpecificNode feature script, butWebNotify>NotifyRequestHandler was not added to the Globals.******************************************************************************************My goal by the way is the following:Goal: To add the Node Path to the Specific Interests on the NotificationsInterests page, so instead of just: Specific Item Interests: Item A Item B it will show it like the following: Specific Item Interests: Item A - Enterprise : Folder A : Item A Item B - Enterprise : Folder B : Item BThis is necessary because sometimes you have two items (A &

that mayexist in different folders in Livelink but have the same name, so it'simpossible to distinguish them on the Specific Interests page since it onlydisplays the item name.Just to verify my concept, I did the following:1) Added into the "WEBNOTIFY > NotifyRequestHandler > Interests >FormatSpecificNode: retval.Path = $LLIAPI.LLNodeSubsystem.GetItem( node.pSubtype).NodePath( node ).path `t.Name` - `t.path`
This isn't a module. I just used it to proof out what I was trying toaccomplish. To accomplish, I used the htmlmap functionality ofcustomizationsRT module to substitute the new weblingo page (#2). I justneed to figure out the best way to accomplish part #1 which is overridingthe FormatSpecificNode feature.Thanks in advance for any pointers.Regards,Matt