Home
Extended ECM
API, SDK, REST and Web Services
DTree.ChildCount
unknown
Message from Sean M Alderman via eLinkGreetings... Can someone tell me where I can find the script which keeps DTree.ChildCount up to date for an object? I'd like to override whatever sets this number in the new object I'm working on.Thanks.- Sean M. AldermanITRACK Systems AnalystPACE/NCI - NASA Glenn Research Center(216) 433-2795
Find more posts tagged with
Comments
John W. Simon, Jr.
Sean,I got this directly from support: UPDATE Dtree SET ChildCount = (Select count(*) from Dtree a Where a.ParentID=Dtree.DataID AND Dtree.SubType<277)Regards,John Simon
eLink User
Message from Sean M Alderman via eLinkThanks for the response, but I'm looking for the OScript code which keeps track of this for a Livelink object (like a folder). I have created an object which looks a lot like a folder (in fact I inherited the folder object and developed it from there), but it actually doesn't contain the documents it displays. The documents it displays are generated somewhat dynamically based on some category information that the user assigns to the object when it is created.Ultimately I'd like to find the code that keeps track of the DTree.ChildCount field so that I can override it with my own so that the size column will display the number of objects that my new creation will display. At 01:14 PM 05/23/2001 -0400, you (eLink Discussion: Development Discussion) wrote:>RE - DTree.ChildCount >Posted by ConocoAdmin on 05/23/2001 01:11 PM>>Sean,>>I got this directly from support:>> UPDATE Dtree> SET ChildCount = (Select count(*)> from Dtree a > Where a.ParentID=Dtree.DataID> AND Dtree.SubType<277)>>Regards,>John Simon>>[To reply to this thread, use your normal e-mail reply function.]>>============================================================>>Topic: DTree.ChildCount>
https://knowledge.opentext.com/knowledge/livelink.exe?func=ll&objId=2522053&objAction=view>>Discussion
: Development Discussion>
https://knowledge.opentext.com/knowledge/livelink.exe?func=ll&objId=786303&objAction=view>>Livelink
Server:>
https://knowledge.opentext.com/knowledge/livelink.exe-
Sean M. AldermanITRACK Systems AnalystPACE/NCI - NASA Glenn Research Center(216) 433-2795