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.
-
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',…
-
Setting assignment to a project "Member" group
Content Server 20.4 - Folder triggered WebReport initiating a Workflow — how to set assignments to project Member group. In a project I have a WR Trigger that starts an approval workflow and I want to set the reviewer task assignment to one of the project-specific groups. Furthermore, I want to do this within a project…
-
Blazon fail to convert part of word files to PDF until restart the IGC services
The Content server version is 16.2.1. There's a customized webreport sub-tag to call blazon to convert word to pdf and add banner/watermark (oscript). This sub-tag works good for many years. But recently it meets problem. For example, there were more than 20 workflows using this sub-tag to convert file. Nearly half of them…
-
Could not process object, type 'Entity Folder' has no role 'classifications'
Hi, When I'm trying to assign a classification to Custom objects via web its working fine, but when I'm trying to do the same with Rest Api its not working and giving me below error. Could not process object, type 'Entity Folder' has no role 'classifications' While I'm invoking same request for Managed Objects its also…
-
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.
-
Opentext Webreport Trigger functionality
Is it possible to get the user/performer who initiated the trigger even. Could you please help me which tag should be used.