-
OTCS Smart View - undesirable automatic widget reload
I am using OTCS Smart View with business workspaces. BWs have perspectives with widgets+webreports. When a tab is loaded and then I click on any folder in the BW, the widget in the other tab gets reloaded (new fetch). Is it possible to prevent reloading widgets in other tabs when I open a different folder in the business…
-
What javascript UI framework works best with Content Server Workflows
There are so many javascript ui frameworks in the world: React, Angular, Vue, on and on. I do quite a bit of CS workflow map development, creating views for workflow steps, collecting/validating/storing user input, triggering task disposition, etc. I suppose Rest API will become the core channel for most interactions,…
-
OTCS Smart View - search user by full name
OTCS does not support search for a user by full name (first name and last name at the same time). In Smart View (widget Metadata - user field), when I start typing first name "Radek", it shows all users with first name "Radek", but when I add a character space "Radek ", it shows 0 results. Is it possible to search for a…
-
How to read association value in a webreport?
In my webreport I want to read a value returned by RUNSQL subtag which returns an association. But in my report output, it's giving me the whole V{<ID>, <2000>} blob. I tried everything. If I put "ASSOC:ID" sub tag, the output is empty. Help please? Here's my Live Report select ID from kuaf where name = 'admin' my web…
-
How to get new object DataID after using the COPY WebReport tag
Hi, How to return the newly copied DataID after executing COPY WebReport tag? We don't want to use WR Trigger here. Thanks,
-
How to Build a WebReport to Delete Nodes Based on Filenames in a CSV File
Hi everyone, (Posting on behalf of Pierre) I'm working with OpenText Content Server 21.4 in a pre-production environment and need help designing a WebReport that performs the following: A CSV file (deleteme.csv) is uploaded to a specific folder in Content Server. The WebReport should read the CSV and extract a list of…
-
How to implement a dropdown list as input field in LiveReport
Hi I'm using xECM23.4 I'm trying to implement a Dropdown list to be serve as an input parameter to a LiveReport Query I've created , Couldn't find a dropdown list Type on the input parameter of LiveReports I tried using the following approach: I have set a "custom" data type (suggested in the documentation) on the…
-
Is there a way to read files from Server Path using Webreport?
Constant Filepath :S:\SA\Bus_Activity\Records_Mgmt [LL_Reptag_$filepath yyyyyy /] Solving for yyyyy so that tag can read files on This location?
-
Error while trying to move the document to CVP storage providers using 'MOVEPROVIDER' Webreport Tag
Hi, I have an issue while trying to move a document from Enterprise Archive to CVP storage provider using Webreport tag 'MOVEPROVIDER'. We have succeeded when trying to move the document using 'content move' operation. But we need to know if we can perform the operation using 'MOVEPROVIDER' webreport tag. Appreciate your…
-
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…