-
How to add new view doc option(external link) on a document in SmartView
We want to open a document in third party application from Smart View. Is it possible to add a button or link on a document in Smart View?
-
WebReport Trigger to Create Parent/Child Relationship between two Business Workspaces
I am running Content Server 25.2 with PostGres. I have written a WEBReport to trigger when a new Business Workspace is added to a folder in the system to create the Parent/Chlld relationship to other Workspaces. The source of the WebReport is a LiveReport that queries the llattrdata table for a matching value and then…
-
WebReport Email – Only First TO Recipient Receiving Email (OTCS 24.3)
Hello Team, We have implemented a WebReport to send email notifications to multiple recipients configured under both “TO” and “CC” in the WebReport destination. However, we are observing the following behavior: Email is delivered only to the first recipient in the “TO” list All recipients configured under “CC” receive the…
-
How to Prevent Auto‑Generated ADN Numbers When Assigning Categories via WebReports?
I’m working on a project where I need to generate custom ADN numbers (starting from a specific sequence) and assign them to placeholder documents. The ADN format is: Site‑Field1‑Field2‑Field3‑00001 The ADN is dependent on a category that contains several attributes (Field1, Field2, Field3, etc.).Currently, the category is…
-
How to generate a batch of ADNs starting from a specific sequence number?
Is there a way to generate a batch of ADNs starting from a specific sequence number, without manually creating and deleting placeholder items? For example, given an ADN format like AB-CD-EF-00001, if I want to generate 10 ADNs starting from sequence number 12, I would expect the result to be AB-CD-EF-00012 through…
-
How to Debug WebReports in OpenText Content Server
Hello everyone, I’m working with OpenText WebReports and I’m looking for ways to debug WebReports tags, including inner (nested) sub-WebReports, during development and troubleshooting. Specifically, I’d like to know: How to trace or inspect execution of WebReports tags and nested sub-WebReports How to identify which tag or…
-
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…