-
Trying to call Recursive WebReport keeps using the root argument
Hi, I have a WebReport that walks a directory. Or at least, that's what I want to do. The WebReport takes a starting container as an argument (no defaults, you are prompted). I fetch the children, and call the report again to get the children of the children and so on. The issue I am having is that even though I pass in a…
-
Getting NodeID of Document Generated through WebReport
Hi all, Currently I am developing a solution where a Document needs to be dynamically generated through a WebReport. I am doing this by [LL_REPTAG_$Placeholder_Parent NODEACTION:CREATE:DOC:"[LL_REPTAG_$Placeholder_Parent /]":"Placeholder2" /] I am needing to apply categories to this new document however, I am having…
-
Looking for way to display a group of nodes and their sub-folders in the same widget
The obvious answer might seem to be WebReports but a WebReport for custom node browsing seems to only work in classic view - I need this to work in Smart View. And given that I'm dealing with a government client, I can't do a custom widget because that means a custom module (just so you can update a single Javascript list…
-
WebReports property tabs
Hi team, We have an issue where we can't see the webreport propety tabs on CS 20.4, we follow the instructions of the article KB9267500 but it doesn´t works, we know that maybe the problem it's with the license on the OTDS, it's there any document that it can be helpful to understand our problem and to solve the issue?…
-
Problem authenticating in call using LL_WEBREPORT_RESTCLIENT
Hello everyone, I'm having problems callling the ContentServer REST API in a WebReport. I've seen examples here in the forum and in the knowledge base (for example https://knowledge.opentext.com/knowledge/llisapi.dll/kcs/kbarticle/view/KB19450624) but I cannot get them to work. Even copying and pasting the samples always…
-
Suggestions please for any Latest UI frameworks for Forms Power view
Can someone please suggest any latest UI frameworks used recently for Content Server form template power views if possible provide with an example . I am trying to implement forms having huge number of fields and different types (key look up buttons, drop downs, address bar, multi select, radio, user id etc ) and also…
-
How to acces Thumbnails with WebReports (blob:https://dms-dev.sbb.ch/0a369f4c-b57b-4650-9560-925009c
Hallo does somebody know how to access the Thumbnails with WebReports (blob:https://dms-dev.sbb.ch/0a369f4c-b57b-4650-9560-925009cd8f1f) in Smartui the Thumbnails are displayes as in the Attachement - can we reuse them? cann we access them with WebReport (in the future?) how are thoes keys…
-
Spudosoft xlsx emitter occupies more heap space
I have requirement to export the Birt report into xlsx format. I see Birt is using spudosoft emitter for xlsx format. For less records , the export seems to be fine. if there is more records involved, then export takes lot of time and heap space is filled up. But xls export seems to be fine with limited 65 k records. Do we…
-
Setting WF Date attribute in WebReport
Hi, This has to do with the SETWFATTR subtag for use with a date attribute in a WF. Setting integer and string attributes works fine. I'm trying to set the current date into a WF date attribute. I tried [LL_REPTAG_DATE SETWF:'my date attribute' /] but this is not setting the value. I noticed that if I just echo out…