Recent Posts in My Followed Categories
Switch the "Categories" drop down to see either Recent posts in All categories or only posts in the categories you Follow.
-
Nickname as parameter in a Content Server URL
Is there a parameter already existing for the nickname in Content Server classic view links? Instead of using /livelink/llisapi.dll?func=ll&objId=11111111&objAction=RunReport I would like to use /livelink/llisapi.dll?func=ll&nickname=mywebreport&objAction=RunReport. The goal is to use the same link to trigger the same…
-
Using a JSON object as a webreport source
I am writing a basic WebReport to modify document attributes. However, the specific data IDs I want to modify are being sent as a JSON object in the raw body of an API request. How can I use a WebReport (or live report) to accept the JSON object and apply WebReport tags? The body of the API is formatted like this: {…
-
Modifying WebReport Constants through another WebReport
Hello everyone, I would like to know if it's possible to modify the constant values of a WR using another WR? If so, how would I go about it? I did not find a sub-tag dedicated to this and I'm trying to avoid going into the Sub-tag development path. Thank you in advance.
-
How to handle errors from subtags
Hi, Let's say I have a subtag which throws an error. if I am writing the contents of my tag using SETVAR:clientInfo, if it completes without error, I get clientInfo as an ASSOC, but if it throws an error, it comes back with a string like * TAGNAME :some error message * Is there a good way to detect errors when the data…
-
Need help with RESTCLIENT WebReport tag
I'm trying to use the [LL_REPTAG_RESTCLIENT /] tag in a webreport. Ultimately I want to use it to call custom REST endpoints in my Content Server environment but the problem I have can be reproduced with a core call. Here is my WebReport: [LL_REPTAG_'' ASSOCACTION:CREATE SETVAR:authHeader /] [LL_REPTAG_!authHeader…
-
WebReport DWNLD Tag Syntax
I am creating a WebReport to download a document to my local file system. I use a LiveReport source to identify the ID and name of a document. I tried this syntax to download the document: [LL_REPTAG=DATAID DWNLD:"C:\Users\abc\Downloads":"TestDownload" /] When running the report I receive this error message: * DWNLD:…
-
Is it possible to dynamically assign a source file to a WebReport data source?
Hello Developers, I have a scenario where I need assistance in configuring a WebReport. Within a Workflow Template, under the Attachments section, I have a CSV file Template. Additionally, I have a WebReport in the same Attachments section. Currently, in the WebReport's data source I have provided a static reference to the…
-
How to get a horizontal scrollbar in smartview?
hi I'm sure this will be simple to someone smarter than me, but I can't work it out. I've created a webreport using the simple table smartview template. The table is wider than the container that the table is in, and although it automatically adds a vertical scroll bar, I can't work out how to add a horizontal one. I've…
-
SetForm
how can use in web report tag guide to use Setform or SETWFFORM in OpenText Ex: [LL_REPTAG_!WFID SETWFFORM:<formTempFacsID>:<IDFACEID> /] don't work
-
Update WF Attribute with a variable without single quotes
Hello everyone, We are using a WebReport to update a WF attribute with the WF Owner Id (initiator), it is being set but with a single quotes around it. We are using the below to get the "OwnerId" from the WF, and set it to the WF attribute "InitiatorID" [LL_REPTAG_'[LL_REPTAG_'[LL_REPTAG_TRIGGERID /]' WFINFO:OWNERID /]'…
-
Wrong number of bind values passed
In my LR “Wrong number of bind values passed” on version 23.4 Do you know about patch on 23.4 ?
-
Copy attributes in category set to a date field
Is it possible to copy attributes contained in a category set to a Date Field in the same category? The screenshot below is an example of the desired outcome, specifically how “Date Field” was copied from the “Document Date” set attributes. My initial attempts with CATACTION:COPY in WebReports have failed.
-
Category attribute update content server 21.4
Hello. The user is not allowed to change the attribute category. How to change the category from user if only Admin is allowed to change. Using sub tug or webreport? I.e. admin on behalf of username. Ll_reptag_6788866 Rinswr:userid:12345. Is not working, access denied
-
Update WF Attribute with a variable value from a WebReport
I'm looking to update a WF Attribute with a variable value from a WerbReport step, for example: I have a WF attribute called "permission", and I want to update it with a variable called "hasPermissions" in a WebReport. I have tried the below but none is working. let hasPermission = "false"; [LL_REPTAG_&hasPermission…
-
Celender Working days and holidays
Dears, we need to know the system defaults for the working days and holiday and how to change these defaults? Regards,
-
How to export the value of form attribute by using webreport
I used this tag [LL_REPTAG_'61193' FORMINFO:VALIDVALUES:Priority /] to export the attribute 'Priority' from Form itis text popup the result is {'Hight','Medium','Low'} Althought i select Hight only i need to extract the values of each attribute thanks in advance
-
Category attribute value update
Any idea how to copy this TKL multiline value to a text field. I can get both the value using livereport but cant update in text filed only second value is getting copied. Kindly advise.
-
"OperationCount" and "NonReadCount" columns in KuafUsage/KuafUsageSummary tables
What types of access are included in the "OperationCount" and "NonReadCount" columns in the KuafUsage and KuafUsageSummary tables? I have been unable to find anything in the OT My Support Portal knowledge base, nor online in general, about the details of these tables.
-
Webreport and legal hold
Hello, Given a Node ID (source from a livereport), I want to put a Legal Hold on that node. Is there a tag, to put a legal hold on a document in CS using WebReport ? Tks
-
TableReportView swrLaunchCell Issue
Can anyone tell me why this isn't working? It shows the column for the subreport but does nothing when I click on it. I'm running it in a Webreport with the destination set to HTML WebReport. <script> csui.require(['csui/lib/marionette', 'csui/utils/contexts/page/page.context',…