Home
Extended ECM
API, SDK, REST and Web Services
Finding out who is elink subscribed to a Discussion...
unknown
Message from Sean M Alderman via eLinkCan this be done?...perhaps there is another way other than writing alive report...I'm really not sure, but I'd like to be able to dosomething that shows me what Livelink Users have subscribed to aparticular discussion (or all discussions)Any ideas?Thanks.-- Sean M. AldermanITRACK Systems AnalystPACE/NCI - NASA Glenn Research Center(216) 433-2795
Find more posts tagged with
Comments
eLink User
Message from David Slimmon via eLinkHi Sean, I have a LiveReport that tells you that (somewhere) - let me dig itup.I'll post it to the group as soon as I've found it ;)Kind regards,David___________________________________________O P E N T E X T C O R P O R A T I O NDavid Slimmon, M.L.I.S.Supervisor - Customer SupportOttawa, Canada
https://knowledge.opentext.comdslimmon@opentext.comJoin
us in Las Vegas for LiveLinkUp 2001!Open Text User ConferenceBellagio, Las Vegas, NevadaNovember 5-9, 2001www.opentext.com/livelinkup/-----Original Message-----Message from Sean M Alderman via eLinkCan this be done?...perhaps there is another way other than writing alive report...I'm really not sure, but I'd like to be able to dosomething that shows me what Livelink Users have subscribed to aparticular discussion (or all discussions)Any ideas?Thanks.--Sean M. AldermanITRACK Systems AnalystPACE/NCI - NASA Glenn Research Center(216) 433-2795[To reply to this thread, use your normal e-mail reply function.]============================================================Discussion: Livelink LiveReports Discussion
https://knowledge.opentext.com/knowledge/livelink.exe?func=ll&objId=2249677&objAction=viewLivelink
Server:
https://knowledge.opentext.com/knowledge/livelink.exe
eLink User
Message from Sean M Alderman via eLinkeLink Discussion: Livelink LiveReports Discussion wrote:> > RE Finding out who is elink subscribed to a Discussion...> Posted by eLink on 08/06/2001 10:44 AM> > Message from David Slimmon via eLink> > Hi Sean, I have a LiveReport that tells you that (somewhere) - let me dig it> up.> > I'll post it to the group as soon as I've found it
> > Kind regards,> David> > ___________________________________________> O P E N T E X T C O R P O R A T I O N> David Slimmon, M.L.I.S.> Supervisor - Customer Support> Ottawa, Canada>
https://knowledge.opentext.com>
; dslimmon@opentext.com> > Join us in Las Vegas for LiveLinkUp 2001!> Open Text User Conference> Bellagio, Las Vegas, Nevada> November 5-9, 2001> www.opentext.com/livelinkup/> > -----Original Message-----> > Message from Sean M Alderman via eLink> > Can this be done?...perhaps there is another way other than writing a> live report...I'm really not sure, but I'd like to be able to do> something that shows me what Livelink Users have subscribed to a> particular discussion (or all discussions)> > Any ideas?> Thanks.> --> Sean M. Alderman> ITRACK Systems Analyst> PACE/NCI - NASA Glenn Research Center> (216) 433-2795> > [To reply to this thread, use your normal e-mail reply function.]> > ============================================================> > Discussion: Livelink LiveReports Discussion>
https://knowledge.opentext.com/knowledge/livelink.exe?func=ll&objId=2249677&>
; objAction=view> > Livelink Server:>
https://knowledge.opentext.com/knowledge/livelink.exe>
; > [To reply to this thread, use your normal e-mail reply function.]> > ============================================================> > Topic: Finding out who is elink subscribed to a Discussion...>
https://knowledge.opentext.com/knowledge/livelink.exe?func=ll&objId=2562763&objAction=view>
; > Discussion: Livelink LiveReports Discussion>
https://knowledge.opentext.com/knowledge/livelink.exe?func=ll&objId=2249677&objAction=view>
; > Livelink Server:>
https://knowledge.opentext.com/knowledge/livelink.exeThanks
Dave,I had some trouble trying to track how elink stores info like that.-- Sean M. AldermanITRACK Systems AnalystPACE/NCI - NASA Glenn Research Center(216) 433-2795
eLink User
Message from David Slimmon via eLinkHi Sean,Have a look at:LR0025 - How can I display a LiveReport showing all users subscribed toeLink for a specific discussion?
https://knowledge.opentext.com/knowledge/livelink.exe?func=ll&objId=2073344&objAction=browse&sort=nameI
assume that when you said that you wanted to know who had "subscribed" toa discussion, you meant who had enabled eLink deliveries for a particulardiscussion, correct? The SQL in that LiveReport example is pretty simple,and could certainly be made to be a little more complex. This sampleassumes that you already know the DataId of the discussion you areinterested in.SELECT DISTINCT A.Name, A.MailAddress, A.Title, B.Kuaf_Id, B.ObjectIdFROM Kuaf A, ElinkSubscription BWHERE B.ObjectId=XXXXAND A.Id = B.Kuaf_ID* Where XXXX is the value for the b.ObjectID of the discussion you areinterested in reporting on. ObjectId in the ElinkSubscription table mapsto the DataId of the discussion in the DTree table.Hope this helps!Dave___________________________________________O P E N T E X T C O R P O R A T I O NDavid Slimmon, M.L.I.S.Supervisor - Customer SupportOttawa, Canada
https://knowledge.opentext.comdslimmon@opentext.comJoin
us in Las Vegas for LiveLinkUp 2001!Open Text User ConferenceBellagio, Las Vegas, NevadaNovember 5-9, 2001www.opentext.com/livelinkup/-----Original Message-----From: knowledge@opentext.com [mailto:knowledge@opentext.com]On Behalf OfeLink Discussion: Livelink LiveReports DiscussionSent: Friday, August 03, 2001 3:16 PMTo: eLink RecipientSubject: Finding out who is elink subscribed to a Discussion...Finding out who is elink subscribed to a Discussion...Posted by eLink on 08/03/2001 03:16 PMMessage from Sean M Alderman via eLinkCan this be done?...perhaps there is another way other than writing alive report...I'm really not sure, but I'd like to be able to dosomething that shows me what Livelink Users have subscribed to aparticular discussion (or all discussions)Any ideas?Thanks.--Sean M. AldermanITRACK Systems AnalystPACE/NCI - NASA Glenn Research Center(216) 433-2795[To reply to this thread, use your normal e-mail reply function.]============================================================Discussion: Livelink LiveReports Discussion
https://knowledge.opentext.com/knowledge/livelink.exe?func=ll&objId=2249677&objAction=viewLivelink
Server:
https://knowledge.opentext.com/knowledge/livelink.exe