Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
Can I have a user input which will allow user to navigate tree?
John_Leth-Nissen
I want to create a live report that will perform a date modification on a document. The report works great, given the input of an object id. I would prefer to NOT have to have the user input the object ID by hand, but rather navigate the tree and SELECT an object, and that object ID is then passed as a paramater. Is this possible?
Find more posts tagged with
Comments
eLink User
Message from Marie Lindsay via eLinkI can't think of a good way to do this without trying to customize theLiveReports functionality. Unless your tree is only two levels deep, whichwould allow you to write a sub-report.> -----Original Message-----> From: knowledge@opentext.com [mailto:knowledge@opentext.com]On Behalf Of> eLink Discussion: Livelink LiveReports Discussion> Sent: Wednesday, September 12, 2001 9:55 AM> To: eLink Recipient> Subject: Can I have a user input which will allow user to navigate tree?>>> Can I have a user input which will allow user to navigate tree?> Posted by GULFAdmin on 09/12/2001 10:49 AM>> I want to create a live report that will perform a date> modification on a document. The report works great, given the> input of an object id. I would prefer to NOT have to have the> user input the object ID by hand, but rather navigate the tree> and SELECT an object, and that object ID is then passed as a> paramater. Is this possible?>> [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
Norman_Leung_(ImvecAdmin_(Delete)_2148619)
I suggested a customization method to build an HTML Wrapper in LiveReports for another user. You could make use of this to create a navigate tree.
https://knowledge.opentext.com/knowledge/livelink.exe?func=ll&objId=2420182&objAction=view&show=0You
can create 2 Auto-LiveReports for navigation.1. First Auto-LiveReport with at least 2 columns: (a) the object names of the root object for navigation, for example, Enterprise Workspace (b) an URL to the second Auto-LiveReport with the object id of column "(a)" as the parameter. Surely, you can add your own LiveReport as the Sub-Report here.2. Second Auto-LiveReport is similar to the first one but it accepts the object id as its parameter and list the content of it. It should also contain at least 2 columns: (a) the object names (those objects in the selected id) (b) an URL to this Auto-LiveReport itself with the object id of column "(a)" as the parameter. You should add your own LiveReport as the Sub-Report here.Hope this helps.