-
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…
-
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…